【发布时间】:2009-08-08 20:45:08
【问题描述】:
我在尝试部署 Rails 站点时遇到问题
当我启动 mongrel 并启动我的应用程序并重写并从 Apache 启动时
应用程序已显示
但是当我链接到http://myapp.com/account/login
Not Found
The requested URL /account/login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
当我尝试默认 myapp.com:12007/
正常,我可以链接
有什么问题?
【问题讨论】:
-
访问 myapp.com:12007/account/login 会发生什么?
-
它工作...正常但是当我访问没有端口不工作...
-
您可能必须开始发布您的 Apache 配置(只需虚拟主机指令即可),然后才会有人真正知道您出了什么问题。
标签: ruby-on-rails