标签:
1.打开iptables
vi /etc/sysconfig/iptables
2.增加一行
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
3.重启防火墙
service iptables restart
配置防火墙打开 80 端口
原文地址:http://www.cnblogs.com/lanhuan/p/4561293.html