本地主机无法在离线模式下连接?

发布于 2024-07-25 13:10:49 字数 106 浏览 2 评论 0原文

没有在windows上测试过。 但是在 ubuntu 中,当你断开网络连接,启动 Apache,并在任何浏览器中输入 localhost 时,它不会显示你的 localhost 页面,它应该显示。

have not tested on windows. but in ubuntu when u disconnect from the network, start ur Apache, and enter localhost in any browser, it does not shows ur localhost page, it is suppose to show.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

清风夜微凉 2024-08-01 13:10:49

尝试使用 127.0.0.1 而不是 localhost。 当未连接到网络时,您的名称解析器的工作方式可能会有所不同。

Try using 127.0.0.1 instead of localhost. There may be something about your name resolver that works differently when not connected to a network.

相思碎 2024-08-01 13:10:49

检查您的 /etc/hosts 文件以查看 127.0.0.1 是否将 localhost 作为其值之一。

Check your /etc/hosts file to see if 127.0.0.1 has localhost as one of its values.

风吹过旳痕迹 2024-08-01 13:10:49

您使用的是 Mozilla Firefox 吗?
当 Firefox 未连接(或断开)网络时,它会进入离线状态。 因此,请检查您的浏览器是否使用 FF 并关闭离线状态。然后您就可以访问 localhost。

are you using Mozilla Firefox ?
Firefox goes to offline when he is not connected (or disconnected) to network. so check your browser if you are using FF and turn off offline .. then you can go to localhost.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文