开发者

rails 3 - fcgi_handler and dispatcher missing

开发者 https://www.devze.com 2023-01-12 11:02 出处:网络
Im trying to update a 1&1 server to run rails 3 with apache and fastcgi. Has anyone done this yet?

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 apparent开发者_如何转开发ly rails 3 does not have this file any more.


You have the rack gem which has fcgi handler

0

精彩评论

暂无评论...
验证码 换一张
取 消