问题
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.
回答1:
You have the rack gem which has fcgi handler
来源:https://stackoverflow.com/questions/3522423/rails-3-fcgi-handler-and-dispatcher-missing