[Rails] problems with apache
Belorion
belorion at gmail.com
Tue Mar 1 18:31:12 GMT 2005
> FastCgiServer /var/www/prod_shop/public/dispatch.fcgi -initial-env
> RAILS_ENV=production -idle-timeout 60
That may work, but there is definetly an underlying problem if it
takes 30 seconds to display "hello world".
Quoted from the bottom of http://wiki.rubyonrails.com/rails/show/FastCGI
"Make sure you are running the C-based fcgi driver. Especially after
you update Ruby you usually have to recompile all C-based extensions.
However fcgi ships with a totally broken Ruby-based version which
silently takes over. If you have odd problems on your fastcgi page,
like pages which only load half and finish 15 seconds later, just
reinstall fcgi with
gem install fcgi"
More information about the Rails
mailing list