Hi,
I usually don't need to post questions, but this is driving me crazy
. I'm running a Cpanel box with apache/mod_fcgid/php5/eaccelerator.
I switched to mod_fcgid from su_php and it runs extremely well, except for this minor glitch:
This is a random error that throws a 500 page when it happens. I tried different configurations for fcgi with no positive results, but I found out one odd fact: this error occurs every exact 4 minutes, at 38 seconds, no matter how many times I restart apache, it shows up every time at xx:xx:38 201x.
I checked for mod_fcgid options with 240 seconds, custom or default, and I didn't find any. Of course, this is a high-traffic server, so errors appear often related to the site that's taking this traffic.
I'll appreciate any clues, hints or solutions!
I usually don't need to post questions, but this is driving me crazy
I switched to mod_fcgid from su_php and it runs extremely well, except for this minor glitch:
Code:
Wed Feb 02 12:44:38 2011] [error] [client xxx.xxx.xxx.xx] Premature end of script headers: index.php, referer: http://www.xxx.com/xxxx/
[Wed Feb 02 12:44:38 2011] [warn] [client xxx.xxx.xxx.xx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://www.xxx.com/xxxx/
I checked for mod_fcgid options with 240 seconds, custom or default, and I didn't find any. Of course, this is a high-traffic server, so errors appear often related to the site that's taking this traffic.
I'll appreciate any clues, hints or solutions!