CenOS apache 默认不能访问
CentOS 默认安装Apache,通过IP不能访问,可能是因为系统本身的IP限制,试试下面的命令:
iptables -I INPUT -p TCP --dport 80 -j ACCEPT ?
可能会解决。