centos 7 开启 httpd 服务和 80 端口

centos 7 开启 httpd 服务和 80 端口

yum install -y httpd

systemctl start httpd

firewall-cmd --add-service=http --permanent

firewall-cmd --add-port=80/tcp --permanent

firewall-cmd --list-all

posted @ 2024-04-26 23:36  落落的学习  阅读(50)  评论(0编辑  收藏  举报