Current time: 09-27-2024, 05:31 PM Hello There, Guest! (LoginRegister)


Post Reply 
php4 wird benötigt
Author Message
chrischnian Offline
Newbie
*

Posts: 5
Joined: Mar 2008
Reputation: 0
Post: #7
RE: php4 wird benötigt
master/php4-fcgi-starter
Quote:#!/bin/sh

PHPRC="/var/www/fcgi/master/php4/"

export PHPRC
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php4-cgi
domain/php4-fcgi-starter
[/quote]
#!/bin/sh

PHPRC="/var/www/fcgi/domain/php4/"

export PHPRC
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php4-cgi[/quote]
master/php5-fcgi-starter
[/quote]#!/bin/sh

PHPRC="/var/www/fcgi/master/php5/"

export PHPRC
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php5-cgi
[/quote]
domain/php5-fcgi-starter
[/quote]#!/bin/sh

PHPRC="/var/www/fcgi/domain/php5/"

export PHPRC
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php5-cgi
[/quote]
Meint ihr das Problem könnte ich schon mit einen Update lösen?[/quote]
03-29-2008 09:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
php4 wird benötigt - chrischnian - 03-29-2008, 08:45 AM
RE: php4 wird benötigt - FeG - 03-29-2008, 08:48 AM
RE: php4 wird benötigt - chrischnian - 03-29-2008, 08:54 AM
RE: php4 wird benötigt - joximu - 03-29-2008, 08:55 AM
RE: php4 wird benötigt - chrischnian - 03-29-2008, 08:58 AM
RE: php4 wird benötigt - joximu - 03-29-2008, 09:00 AM
RE: php4 wird benötigt - chrischnian - 03-29-2008 09:05 AM
RE: php4 wird benötigt - FeG - 03-29-2008, 09:07 AM
RE: php4 wird benötigt - chrischnian - 03-29-2008, 09:22 AM

Forum Jump:


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