回答編集履歴

1

追記

2020/08/06 13:25

投稿

TaichiYanagiya
TaichiYanagiya

スコア12146

test CHANGED
@@ -3,3 +3,17 @@
3
3
  サーバーに近いところから確認しましょう。
4
4
 
5
5
  CentOS 7 のシェルから "curl http://127.0.0.1/" で応答はあるのでしょうか?
6
+
7
+
8
+
9
+ ---
10
+
11
+ **(2020/08/06 22:25) 追記**
12
+
13
+
14
+
15
+ "curl http://127.0.0.1/" では応答がありますね。
16
+
17
+ で、`systemctl status firewalld` の出力を見ると、まだ稼働しています。
18
+
19
+ firewalld を停止するか、`firewall-cmd --add-service=http`, `firewall-cmd --permanent --add-service=http` で TCP 80番ポートを許可する必要があります。