我的应用程序通过我的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
想法?
答案 0 :(得分:3)
您可能想要运行
apachectl configtest
第一
答案 1 :(得分:-1)
对我有用的是取消注释/ etc / hosts文件中的以下行:
::1 localhost