[Rails] Re: problms with apache and fcgi

Josh Kieschnick jjkiesch at gmail.com
Sat Apr 1 07:00:23 GMT 2006


also in the dispatch.fcgi  file it says to change:
require 'fcgi'

to:
require 'fcgi'
require 'rubygems'
require_gem 'fcgi'

but there is no line that says require 'fcgi', instead i see one that 
says require 'fcgi_handler' and i'm not sure what to keep in there

-- 
Posted via http://www.ruby-forum.com/.


More information about the Rails mailing list