标签:方式 防火墙 article 访问 apache服务器 centos 7 details put http
我按照网上的方式在centOS 7安装了Apache服务器,下面是参考地址:
http://www.linuxidc.com/Linux/2014-11/109235.htm
但是只能在centOS上访问,其他主机不行,应该是防火墙的问题
iptables -I INPUT -p TCP --dport 80 -j ACCEPT
允许80端口,然后可以访问了
参考:http://blog.csdn.net/qiandublog/article/details/52505791
标签:方式 防火墙 article 访问 apache服务器 centos 7 details put http
原文地址:http://www.cnblogs.com/Hocker/p/6165448.html