Current time: 09-28-2024, 12:33 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Korrekte installation ? 500er
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #2
RE: Korrekte installation ?
schau mal unter /var/www/fcgi ob da die neuen Pfade drin sind:
User:
Code:
umask 022

PHPRC="{PHP_STARTER_DIR}/{DMN_NAME}/php5/"
export PHPRC

TMPDIR="{WWW_DIR}/{DMN_NAME}/phptmp"
export TMPDIR

PHP_FCGI_CHILDREN=0
export PHP_FCGI_CHILDREN

exec {PHP5_FASTCGI_BIN}
master:
Code:
umask 022

PHPRC="{PHP_STARTER_DIR}/{DMN_NAME}/php5/"
export PHPRC

PHP_FCGI_CHILDREN=0
export PHP_FCGI_CHILDREN

PHP_FCGI_MAX_REQUESTS=500
export PHP_FCGI_MAX_REQUESTS

TMPDIR="{GUI_ROOT_DIR}/phptmp"
export TMPDIR

exec {PHP5_FASTCGI_BIN}
01-03-2010 09:06 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Korrekte installation ? - fulltilt - 01-03-2010 09:06 PM
RE: Korrekte installation ? - ZooL - 01-03-2010, 09:15 PM
RE: Korrekte installation ? - fulltilt - 01-03-2010, 09:20 PM
RE: Korrekte installation ? - ZooL - 01-03-2010, 09:24 PM
RE: Korrekte installation ? - fulltilt - 01-03-2010, 11:40 PM

Forum Jump:


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