|
蓝森林 http://www.lslnet.com 2006年5月28日 19:08
127.0.0.1与localhost
我用http://127.0.0.1:8081/index.html可以访问但用http://localhost:8081/index.html不能访问。
会是那里的问题? |
127.0.0.1与localhost
cat /etc/hosts看看 |
127.0.0.1与localhost
说明你的端口有冲突 |
127.0.0.1与localhost
可能是/etc/hosts文件有问题了 |
127.0.0.1与localhost
修改/etc/hosts
或httpd.conf |
| |