I'm trying to run the "hello" module from the following URL:
http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/
I've done a ./configure --add-module=/home/Eamorr/Desktop/nginx-1.0.10/eoh
make and make build
I can see
adding module in /home/eamorr/Desktop/nginx-1.0.10/eoh
+ ngx_http_hello_module was configured
when I run the configure script.
But when I go to http://127.0.0.1:8080 in my web browser, nothing comes up. I get "Unable to connect. Firefox can't establish a connection to the server at 127.0.0.1:8080."
Can anyone point this nginx noob in the right direction?