CentOS 8 Apache install

投稿者:

インストール
# dnf -y install httpd httpd-tools httpd-devel httpd-manual
# which httpd
# systemctl start httpd
確認
# systemctl status httpd
# httpd -V | head -n 1
Server version: Apache/2.4.37 (centos)
FireWall 設定
# firewall-cmd –add-service=http –permanent
# firewall-cmd –reload

Thank you for reading this post, don't forget to subscribe!