Displaying 1 result from an estimated 1 matches for "nuttnet".
Did you mean:
netinet
2012 Jun 04
1
nodejs based website
Hello,
I am trying to setup a node.js based website called 'hummingbird'.
It's a monitoring package that you can read about here:
http://projects.nuttnet.net/hummingbird/
My question is when I hit the site all I see is a directory listing
http://107.21.183.42/hummingbird/
Similar to what would happen if you went to a php site without php
being configured in apache with the lines
LoadModule php5_module modules/libphp5.so
AddHandler php5-script ....