[Rails] problems with apache

Norman Timmler norman at unnu.org
Tue Mar 1 17:55:25 GMT 2005


it seems, that your application needs more than 30 sec to handle the
request. the fastcgi process stops waiting for the application after 30
sec by default. you can set a higher value in your apache configuration
like this:

FastCgiServer /var/www/prod_shop/public/dispatch.fcgi -initial-env
RAILS_ENV=production -idle-timeout 60

the idle-timeout parameter does the trick.

Am Dienstag, den 01.03.2005, 16:12 +0000 schrieb Dylan:
> [Tue Mar 01 16:05:06 2005] [error] [client 127.0.0.1] FastCGI: comm
> with 
> (dynamic) server "C:/XXXXXXXXXX/public/dispatch.fcgi" aborted: (first 
> read) idle timeout (30 sec)
> 
> [Tue Mar 01 16:05:06 2005] [error] [client 127.0.0.1] FastCGI: 
> incomplete headers (0 bytes) received from server 
> "C:/XXXXXXXXXX/public/dispatch.fcgi"
-- 
Norman Timmler
Holländische Reihe 31
22765 Hamburg

+49 (0)40 / 43 25 10 80

mailto:norman at unnu.org



More information about the Rails mailing list