Werulz asked:
I just ordered a server from serverdeals.org . I am having a weird problem that even support can’t find out what is that
They gave me a raw server and i install nginx just as i wanted(its successful)
However when i went to http://serverip/
, browsers says page not available(aka offline)
What could it be …First time i am getting this
Its definely not an installation error on my part as i have installed nginx on numerous servers till date
What can the server guys missed?
I can ssh and login via ftp fine though
UPDATE:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1184/rpcbind
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 15847/nginx
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1503/sshd
tcp 0 0 0.0.0.0:52888 0.0.0.0:* LISTEN 1202/rpc.statd
tcp 0 0 :::45774 :::* LISTEN 1202/rpc.statd
tcp 0 0 :::111 :::* LISTEN 1184/rpcbind
tcp 0 0 :::22 :::* LISTEN 1503/sshd
My answer:
Make sure you actually started nginx:
service nginx start
Make sure you opened port 80 in the firewall:
system-config-firewall-tui # (Red Hat/CentOS)
# (You're on your own for anything else)
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.