Home > Backend Development > PHP Tutorial > WampServer apache

WampServer apache

WBOY
Release: 2016-06-23 13:05:16
Original
1395 people have browsed it

最新版本WampServer apache配置文件httpd.conf找不到Allow from 127.0.0.1 这句话了。目的是实现项目在局域网共享访问!求大神!


回复讨论(解决方案)

Allow from 127.0.0.1
允许从 127.0.0.1 访问

你要这句做什么?

实现php项目向局域网其他ip提供访问!

Allow from all

配置我查了百度。现在主要问题是在apache配置文件httpd.conf找不到这句话。Allow from

你自己加上就行,在 Directory 节中

或者你先找到这句话
# Controls who can get stuff from this server.

然后呢,斑竹大神

http://blog.csdn.net/haiqiao_2010/article/details/36627481  我是参考这个博客弄的 !
在两个配置文件末尾加了 hosts文件:127.0.0.1192.168.184.111   httpd.conf文件:Allow from all
用192.168.184.111这个去打开项目,还是打不开!求解

人家的 ip 是 192.168.184.111
你的也是吗?

你在命令窗口执行 ipconfig 看看的的ip

搞定了,突然了解了Allow from这话的意思,是对访问的时候进行限制,既然配置文件没有这句话,那电脑就没有限制其他Ip访问。。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template