Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
没有在windows上测试过。但是在ubuntu中,当你断开网络时,启动你的Apache,然后在任何浏览器中输入localhost,它不会显示你的localhost页面,它应该显示。
尝试使用127.0.0.1而不是localhost. 您的名称解析器在未连接到网络时可能会有所不同。
127.0.0.1
localhost
检查您的/etc/hosts文件以查看是否127.0.0.1有localhost作为其值之一。
/etc/hosts
你在使用 Mozilla Firefox 吗?Firefox 在未连接(或断开)网络时会脱机。因此,如果您使用的是 FF,请检查您的浏览器并关闭离线 .. 然后您可以转到 localhost。