My guess is that the problems you are seeing are related
to the missing fastcgi extension.
On linux you can verify this by going into irb and typing
require ''fcgi.so''
if this returns false you need to get the extension, the ruby only
fcgi adapter is busted.
As always, the easiest way to get this is gem install fcgi
On Sun, 09 Jan 2005 21:05:46 +0100, Jacek Balcerski
<balcer-9xCVZmnPtnEYDkwjdqtpGQ@public.gmane.org>
wrote:> Hi,
> I have a little problem with FastCGI. I use Apache with mod_fastcgi (not
> compliled in) ,
> not gem fcgi. Everything work''s fine, fast etc. , but every time
when
> bigger sql statement or big html (don''t know exactly)
> realized fcgi became very slow or waits for 30 sec and then restarts ?
> Don''t know what to do.
> error_log from apache :
> FastCGI: comm with server "../public/dispatch.fcgi" aborted: idle
> timeout (30 sec), referer: http://../contents/list
> or
> there was some error about terminated due error 15 or something but I
> have deleted my error_log and cant get this same error again
>
> Anyway is there some way to eliminate this ?
> Jacek Balcerski
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
--
Tobi
http://www.hieraki.org - Open source book authoring
http://blog.leetsoft.com - Technical weblog