Current time: 11-23-2024, 09:41 PM Hello There, Guest! (LoginRegister)


Post Reply 
Possible to use mod_php instead of fast-cgi?
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #20
RE: Possible to use mod_php instead of fast-cgi?
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 Sad

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... Rolleyes

Greez BeNe
02-06-2008 06:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Possible to use mod_php instead of fast-cgi? - BeNe - 02-06-2008 06:05 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)