因为接着检查了服务器端的80端口不可以访问的到 ,发现是防火墙的问题。
所以:
[root@localhost ]# /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT [root@localhost ]# /etc/init.d/iptables save [root@localhost ]# /etc/init.d/iptables restart
因为接着检查了服务器端的80端口不可以访问的到 ,发现是防火墙的问题。
所以:
[root@localhost ]# /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT [root@localhost ]# /etc/init.d/iptables save [root@localhost ]# /etc/init.d/iptables restart
内容版权声明:除非注明,否则皆为本站原创文章。