I just installed Node.js, got it working for a while, then tried to run a standard Hello World program.
var http = require(\"http\"); http.createServer(fun
How do you set up the domain?
Did you use another HTTP server as a proxy?
Please check if node is running, and if yes check your HTTP server is too.
Maybe your node crashed or is just not running.
Another test is to connect your node directly:
http://127.0.0.1:8081/