我剛剛從 serverdeals.org 訂購了一台伺服器。我遇到了一個奇怪的問題,即使支援人員也無法找出那是什麼
他們給了我一個原始伺服器,我按照我想要的方式安裝了 nginx(它成功了)但是當我去時http://serverip/
,瀏覽器說頁面不可用(又名離線)
這可能是什麼......我第一次得到這個它絕對不是我的安裝錯誤,因為到目前為止我已經在許多伺服器上安裝了 nginx
伺服器人員會錯過什麼?不過我可以透過 ssh 並透過 ftp 登入
更新:
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
答案1
確保您確實啟動了 nginx:
service nginx start
確保您在防火牆中開啟了連接埠 80:
system-config-firewall-tui # (Red Hat/CentOS)
# (You're on your own for anything else)