MacOSX连接上的localhost被拒绝

时间:2013-10-25 16:13:47

标签: macos nginx localhost firewall

我的应用程序通过我的mac上的nginx在localhost端口80上运行了很长一段时间。最近我做了一些软件更新,并试图在不同的端口上运行其他应用程序,现在我无法在localhost上运行我的第一个应用程序:80。

我对从何处开始感到非常困惑,但认为这是基于以下内容的防火墙问题:

Tims-MacBook-Pro-2:html TimPeterson$ telnet localhost 80
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host 

将浏览器指向http://localhost即可Oops! Google Chrome could not connect to localhost

想法?

2 个答案:

答案 0 :(得分:3)

您可能想要运行

apachectl configtest

第一

答案 1 :(得分:-1)

对我有用的是取消注释/ etc / hosts文件中的以下行:

::1    localhost