centOS开启apache无法让外网访问:开启80端口
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centOS开启apache无法让外网访问:开启80端口相关的知识,希望对你有一定的参考价值。
iptables -I INPUT 1 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT service iptables save service iptables restart
以上是关于centOS开启apache无法让外网访问:开启80端口的主要内容,如果未能解决你的问题,请参考以下文章
Apache2.4.x版wamp server让外网访问及启用.htaccess
linux centos7 开启 mysql 3306 端口 外网访问 的实践