在安装Apache之后,浏览到localhost不工作

我已经安装了Apache,然后我尝试在浏览器中编写http://localhost/ 。 这不工作,并说没有find页面。 但是, http://127.0.0.1/作品。

我有什么问题,我该如何解决?

这可能是你的主机文件不能将localhost映射到回送IP(127.0.0.1)。 在Windows上,您的hosts文件应该位于\Windows\system32\drivers\etc\hosts 。 在* NIX上,它应该在/etc/hosts 。 检查这些文件并确认localhost映射到回送IP。 如果没有,添加它。

这里有一些资源可以帮助你。 看一看。

  • Linux: http : //linux.die.net/man/5/hosts
  • Windows: http : //accs-net.com/hosts/how_to_use_hosts.html