Code:
[Tue Feb 05 10:46:59 2008] [error] [client 66.249.66.84] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/domain.com/php4-fcgi-starter"
oh the incomplete header prob
Code:
#!/bin/sh
umask 022
PHPRC="/var/www/fcgi/domain.com/php4/"
export PHPRC
PHP_FCGI_CHILDREN=8
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=500
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php4-cgi
So you already increase the PHP_FCGID_CHILDREN ?
Quote:why would it be that i can not force php5?
Should be no Problem! Only change the content from the php5-starter to the php4-starter.
Quote:site does not work at all and only shows a blank white page
Any Error logs about it ?
Do you have a high load average ?
Too many unkilled php process ? How many are running ?
Our Problem is still the every domain uses 5 Apache Logs.
And with your 200 Domains...
Greez BeNe