So for some sites i still get these errors in the log files...
[Mon Dec 17 15:04:27 2007] [error] [client xxx.xxx.xxx.146] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/domain888.com/php4-fcgi-starter", referer:
http://www.somedomain.com/forums/showthread.php?t=1379
[Mon Dec 17 18:00:49 2007] [error] [client xxx.xxx.xxx.146] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/domain888.com/php4-fcgi-starter", referer:
http://www.somedomain.us/site/index.php?...abi+Albums
[Mon Dec 17 19:13:52 2007] [error] [client xxx.xxx.xxx.146] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/domain888.com/php4-fcgi-starter", referer:
http://www.somedomain.com/forum/index.php?act=idx
[Mon Dec 17 13:38:24 2007] [error] [client xxx.xxx.xxx.146] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/domain999.ca/php4-fcgi-starter", referer:
http://www.domain999.ca/src/login.php
The only thing these sites and the ones that still give errors have in common, is that they all have a database, mysql? I do not think i have seen any errors for sites NOT using databases or some sort of CMS, like Wordpress or Drupal..
ANy ideas?
My fastcgi conf is below...
thanks for any tips....
Rob...
<IfModule mod_fastcgi.c>
FastCgiWrapper On
FastCgiIpcDir /var/lib/apache2/fastcgi2
FastCgiConfig -minProcesses 20 \
-maxProcesses 25 \
-singleThreshold 100 \
-killInterval 60 \
-idle-timeout 300 \
-multiThreshold 80 \
-startDelay 5 \
-maxClassProcesses 20 \
-maxProcesses 200 \
-listen-queue-depth 400 \
-pass-header HTTP_AUTHORIZATION
My php starter is like this....
umask 022
PHPRC="/var/www/fcgi/domain888.com/php4/"
export PHPRC
PHP_FCGI_CHILDREN=6
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=500
export PHP_FCGI_MAX_REQUESTS
should i be adding that thing they do for php5, where they kill off any long or stuck sessions?
Thanks again...
rbtux Wrote:maybe you consider giving him a reputation ;-)