gpt4 book ai didi

apache - Wamp 服务器上线不工作

转载 作者:行者123 更新时间:2023-12-04 16:36:14 25 4
gpt4 key购买 nike

我按照以下步骤设置 Wamp,但无法从网络中的不同机器访问服务器。我做错了什么?

  1. 安装了 Wamp 64 位版本 3.0.4,它随 Apache 版本 2.4.18 一起提供
  2. 启动 Wamp 服务器,右键单击系统托盘图标,选择 Wamp settings 下的 Menu item : Online/Offline
  3. 单击(左键单击)系统托盘图标并选择Put Online
  4. 当我尝试从网络中的另一台机器访问服务器时,服务器返回一个错误页面,其中包含错误消息您无权访问/在此服务器上

我直接编辑了httpd-vhosts.conf文件,重启了所有服务,还是报同样的错误。下面是httpd-vhosts.conf文件的内容和我的系统IP

httpd-vhosts.conf

#
# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/Users/dinesh/Softwares/Wamp64/www
<Directory "C:/Users/dinesh/Softwares/Wamp64/www/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Require ip 100.97.67
</Directory>
</VirtualHost>

系统IP

mintty> ipconfig | grep IPv4
IPv4 Address. . . . . . . . . . . : 100.97.67.11
mintty>

最佳答案

 #
# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot D:/wamp/www
<Directory "D:/wamp/www/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#

替换为

 #
# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot D:/wamp/www
<Directory "D:/wamp/www/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
#Require local
</Directory>
</VirtualHost>
#

关于apache - Wamp 服务器上线不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39096681/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com