无法使用Mac上的Rails服务器连接到localhost

时间:2014-12-28 02:59:37

标签: ruby-on-rails

过去几个月我的Ruby on Rails服务器运行良好,今天我启动它时无法连接到它。我一整天都在谷歌搜索,没有解决方案。

运行rails server时的终端输出是:

=> Booting Thin
=> Rails 3.2.19 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Thin web server (v1.6.3 codename Protein Powder)
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop

所以rails服务器似乎运行正常。

我已尝试连接到localhost:3000,0.0.0.0:3000和127.0.0.1:3000,但没有一个会连接。

当我运行wget http://0.0.0.0:3000时,我收到连接拒绝错误,当我通过lsof -i :3000检查端口上的连接时,rails服务器正在侦听端口。

我对这个问题感到困惑,所以感谢任何帮助。

编辑:

当我尝试使用safari连接时,我得到Safari Can't Connect to the Server, Safari can't open the page "http://localhost" because Safari can't connect to the server "localhost"

在尝试使用Chrome和Firefox时,我收到了类似的消息。

0 个答案:

没有答案