search for: albumi

Displaying 1 result from an estimated 1 matches for "albumi".

Did you mean: album
2005 Sep 28
2
fastcgi timeout settings
I have few lengthly processes in my application, and I''m getting fastcgi timeout after 30 seconds. From apache log: FastCGI: comm with (dynamic) server "D:/projects/MojAlbum/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec), referer: http://mojalbum.4dva.hr/albumi/moji I tried to set timeout in apache conf by: <IfModule> FastCgiConfig -killInterval 900 -idle-timeout 900 AddHandler fastcgi-script .fcgi </IfModule> but nothing changes. What I,m missing? Where could I set fastcgi timeout to be a little longer? Thanks, Igor