Rails 3 - fcgi_handler 和调度程序丢失
我正在尝试更新 1&1 服务器以使用 apache 和 fastcgi 运行 Rails 3。
有人这样做过吗?
我有dispatch.fcgi 文件:
require 'fcgi_handler'
但显然rails 3 不再有这个文件了。
Im trying to update a 1&1 server to run rails 3 with apache and fastcgi.
Has anyone done this yet?
I the dispatch.fcgi file I have:
require 'fcgi_handler'
but apparently rails 3 does not have this file any more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有机架宝石,它有 fcgi 处理程序
You have the rack gem which has fcgi handler