参见http://www.07net01.com/2016/03/1355735.html
过程中需要安装perl
CentOS 7 采用了 firewalld 防火墙
service firewalld status
如要查询是否开启80端口则:
[[email protected] ~]# firewall-cmd --query-port=80/tcp
no
显然80端口没有开启
下面我们开启80端口:
[[email protected] ~]# firewall-cmd --add-port=80/tcp
success
时间: 2024-10-28 21:25:12