centos配置了apache但是通过ip无法访问
[root@SNDA-172-17-11-1 ~]# service iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
2 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
[root@SNDA-172-17-11-1 ~]# netstat -ntpl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:199 0.0.0.0:* LISTEN 30300/snmpd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 24784/mysqld
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 30070/sshd
tcp 0 0 :::80 :::* LISTEN 27467/httpd
tcp 0 0 :::22 :::* LISTEN 30070/sshd
我用wget http://127.0.0.1/index.html可以get下来,我用putty登陆配置的。我把防火墙service iptables stop 掉了,也还是不能访问,各位看看什么问题,愁死我了