2017年12月25日月曜日

CentOS 7 Apache 接続できない場合は、firewalldの設定をする


Apache httpd 2.4 を CentOS 7 に yum でインストールする手順 | WEB ARCH LABO
https://weblabo.oscasierra.net/apache-installing-apache24-yum-centos7-1/

※CentOS7の場合、firewalldが有効になっているのでhttp接続できない場合があるので、以下のように対処

※一時的にファイアウォールを無効にする
# systemctl stop firewalld

※あるいは、firewalld に httpd (80番ポート)への通信を許可する場合、つぎのようなコマンドで設定できます。
# firewall-cmd --add-service=http --zone=public --permanent
# firewall-cmd --reload



0 件のコメント:

コメントを投稿