本文介绍了轨道3 - fcgi_handler和调度失踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试着去更新1安培; 1服务器与Apache和FastCGI运行Rails 3
Im trying to update a 1&1 server to run rails 3 with apache and fastcgi.
有没有人这样做了吗?
我的dispatch.fcgi文件我有:
I the dispatch.fcgi file I have:
require 'fcgi_handler'
但显然轨道3没有这个文件了。
but apparently rails 3 does not have this file any more.
推荐答案
您已经有FCGI处理机架宝石
You have the rack gem which has fcgi handler
这篇关于轨道3 - fcgi_handler和调度失踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!