apache的默认监听地址不正确. 修改 /httpd/conf/httpd.conf文件的监听端口:
/httpd/conf/httpd.conf
listen 127.0.0.1:80
改为:
listen 0.0.0.0:80
就可以了.