使本地网络用户可以访问我的WAMP网站

时间:2019-05-28 12:00:59

标签: wamp wampserver

我正在尝试从本地网络内部的另一台计算机访问本地网页(当前是唯一的基本HTML页面)。

我可以从localhost / Testpage和IP地址(10.XXX.XXX.XXX/Testpage)访问我的法师,但是无法从另一台计算机访问它。

网站(10.XXX.XXX.XXX)处于在线状态,但未响应连接尝试

有什么主意吗?

我更改了以下内容:

httpd-vhosts.config

# Virtual Hosts
#
<VirtualHost *:80>
  ServerName localhost
  ServerAlias localhost
  DocumentRoot "${INSTALL_DIR}/www"
  <Directory "${INSTALL_DIR}/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>

Wamp服务器在线并且所有服务正在运行。

我已经看到以下解决方案。

*无法访问本地网络上的Wamp服务器

为什么wamp服务器没有联机/脱机选项?

如何使本地网络用户能够访问我的WAMP网站?

如何使本地网络用户能够访问我的WAMP网站?*

0 个答案:

没有答案