WAMP服务器使用IP访问
摘要:
把Listen跟ServerName都改为你的IPListen <IP>:80ServerName <IP>:80如果你的httpd.conf的根目录的权限设置为Deny from allAllow from 127.0.0.1的话,需要改为Deny from allAllow from <IP> 阅读全文
posted @ 2010-08-25 13:48 yaoshiyou 阅读(917) 评论(0) 推荐(0) 编辑