![]() |
Problem with FastCgi idle-timeout - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Problem with FastCgi idle-timeout (/thread-3683.html) |
Problem with FastCgi idle-timeout - papasj - 07-04-2008 05:39 PM Hello, I'm using Horde3+IMP as a webmail. Each time someone enters an invalid login he gets a 500 Internal Server Error. The apache logs says: Code: [Fri Jul 04 03:24:42 2008] [error] [client *********] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/*****.com/php5-fcgi-starter", referer: http://webmail.****.com/horde3/imp/redirect.php I've seen that this default 30sec idle timeout of fastcgi exists in Debian Echt which is my system, however I've seen in /etc/apache2/mods-available/fastcgi_ispcp.conf that the -idle-timeout option is set on 300. I've changed that value to an even higher one but still the log file shows 30sec. Does anyone know what i can do in order to actually change this value ?? thanks giannis RE: Problem with FastCgi idle-timeout - papasj - 07-04-2008 07:04 PM solved the problem. I was editing FastCgiServer directive with the argument -idle-timeout, but the actual -idle-timeout should be in the FastCgiConfig directive of fastcgi_ispcp.conf file. Now i have: Code: FastCgiConfig -minProcesses 1 \ RE: Problem with FastCgi idle-timeout - robmorin - 07-05-2008 10:31 AM I had this error for some domains i host too, switching them to php5 rather than php4 fixed all the error 500 problems..... There is a how to in the faq section or doc section on how to make a website use php5 rather the php4 on this web site somewhere.. ![]() papasj Wrote:solved the problem. RE: Problem with FastCgi idle-timeout - prale - 10-06-2008 08:04 AM I have exactly the same errors in my logs. But your solution doesn't work: # /etc/init.d/apache2 restart Forcing reload of web server (apache2)... waiting ....Syntax error on line 30 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf: Invalid command '-idle-timeout', perhaps misspelled or defined by a module not included in the server configuration I changed: Code: <IfModule mod_fastcgi.c> To this: Code: <IfModule mod_fastcgi.c> In /etc/apache2/mods-available/fastcgi_ispcp.conf RE: Problem with FastCgi idle-timeout - 4tux - 10-06-2008 07:50 PM Hello, i had that problem too. My solution was to at a Quote: \at the line with "-startDelay 5" (after). Than all worked... RE: Problem with FastCgi idle-timeout - prale - 10-07-2008 03:51 AM Fixed, thanx ![]() RE: Problem with FastCgi idle-timeout - ontherocks - 03-17-2009 10:26 PM my hosting doesnt' allow me to access to the fastcgi configuration file. Is it any trick to configurate the settings from my files? thanks |