Home >Backend Development >PHP Tutorial >xampp一个奇怪的有关问题

xampp一个奇怪的有关问题

WBOY
WBOYOriginal
2016-06-13 10:51:40990browse

xampp一个奇怪的问题
最近用xampp测试一些php的数据,本人对php了解很少很少
用apache启动服务之后,用localhost:8008和127.0.0.1:8008没有问题
http://192.168.0.11:8008会出现Access forbidden!
但我用tomcat启动servlet是没有问题的,当然端口不一样
http://192.168.0.11:8080这样可以访问

有碰到同样问题的朋友吗?


------解决方案--------------------
查看apache/conf/httpd.conf
Allow from 
是不是All

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn