centos7添加web服务

安装httpd: yum install httpd 开机运行: systemctl enable httpd.service 是否已开: systemctl is-enabled httpd.service 添加防火墙: firewall-cmd --permanent --zone=public --add-service=http firewall-cmd --permanent --zon
相关文章
相关标签/搜索