Hi,
I'm no command line or *nix expert, but not a complete noob either.
I setup a new Linode using Ubuntu 11.10, followed the guides for setting up a LEMP server and Wordpress. It seemed to work okay and I could log into WP admin, etc. so I know that the nginx, mysql and php must have been working at one point.
I rebooted the server to be sure everything still worked and now browsing to the site returns server not found page and it acts totally dead. The browser returns a server not found immediately with no delay at all.
I would appreciate any pointers of things to look at. So far I have done this:
* I did a ps aux | egrep '(PID|nginx)' and can see my processes are alive so they started up as they should. Same for mysql.
* I tried just browsing to the readme.html that wordpress installs as a test for nginx without php and mysql, didn't work.
* I checked the DNS Manager and all seems okay.
* I checked my iptables and not completely sure how to decipher it, but it matches the
example referenced from the Linode wiki and port 80 is enabled
* I checked my nginx conf files and they still reflect the same contents as the guide had (that had worked before)
Is there some sort of guide for diagnosing problems like this?
Thanks for any advice!
Brett