【发布时间】:2019-01-16 01:48:14
【问题描述】:
我正在尝试使用位于我自己 PC 上的 wamp 服务器 v3.0.6 发布网站。我可以使用域名“mysite.com”从我的 PC 访问该站点,而忽略该站点的代理。问题是我无法从公司同一 LAN 网络上的其他 PC 访问。当我在没有代理的另一台 PC 的浏览器中输入“mysite.com”时,会显示“无法连接”消息,并且使用代理,它会离开:
Network Access Message: The website can not be found.
Error Code 11001: Host not found
Background: This error indicates that the gateway could not find the IP address of the website you are trying to access. This is usually due to a DNS-related error.
我电脑的防火墙已关闭。 可能是什么问题?
【问题讨论】:
-
你能给我们看看你的
httpd-vhosts.conf文件吗