回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,10 @@
|
|
1
1
|
ネットワーク的に接続できていないようです。
|
2
2
|
サーバーに近いところから確認しましょう。
|
3
|
-
CentOS 7 のシェルから "curl http://127.0.0.1/" で応答はあるのでしょうか?
|
3
|
+
CentOS 7 のシェルから "curl http://127.0.0.1/" で応答はあるのでしょうか?
|
4
|
+
|
5
|
+
---
|
6
|
+
**(2020/08/06 22:25) 追記**
|
7
|
+
|
8
|
+
"curl http://127.0.0.1/" では応答がありますね。
|
9
|
+
で、`systemctl status firewalld` の出力を見ると、まだ稼働しています。
|
10
|
+
firewalld を停止するか、`firewall-cmd --add-service=http`, `firewall-cmd --permanent --add-service=http` で TCP 80番ポートを許可する必要があります。
|