Rails 3 使用 --prefix 选项启动 mongrel
我知道 mongrel 与 Rails 3 不兼容。所以我无法在 Rails 3 中运行 mongrel_rails start 。如果这样做,我会收到 dispather 错误。我必须将 mongrel 设置为默认服务器并执行
script/rails server -p 3001
然后它就可以工作了。但是,我的问题是 mongrel 还有其他选项,例如 --prefix,我如何让 mongrel 了解 script/rails 下的此选项?我尝试使用
script/rails server -p 3001 --prefix /my_app
这不起作用,因为 --prefix 不是 script/rails 服务器的已知配置。有人有什么想法吗?多谢。
I know that mongrel is not compatible with Rails 3. So I can't run mongrel_rails start in Rails 3. If I do so, i will get dispather error. I have to make mongrel the default server and do
script/rails server -p 3001
Then it works. However, my question is that mongrel has other options like --prefix, how do i make mongrel knows about this option under script/rails? I try to use
script/rails server -p 3001 --prefix /my_app
This doesn't work as --prefix is not a known conf to script/rails server. Anybody has any idea? Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论