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


Post Reply 
php5-cgi Prozesse sterben nicht
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: php5-cgi Prozesse sterben nicht
Du kannst es mal mit dieser fcgid config versuchen:
Code:
#
# ispCP Ï (OMEGA) a Virtual Hosting Control System
#
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version              SVN: $Id$
# @link                 http://isp-control.net
# @author               ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​

<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/lib/apache2/fcgid/sock
  IdleTimeout 600
  IdleScanInterval 240
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 6
  ZombieScanInterval 3
  ProcessLifeTime 3600
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 250
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 0
  IPCConnectTimeout 20
  IPCCommTimeout 60
</IfModule>

Greez BeNe
04-02-2009 10:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-02-2009, 09:35 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-02-2009, 09:49 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-02-2009 10:05 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-02-2009, 10:09 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-02-2009, 11:29 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-03-2009, 07:48 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-03-2009, 10:23 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-09-2009, 08:05 AM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-09-2009, 06:29 PM
RE: php5-cgi Prozesse sterben nicht - Knut - 04-09-2009, 09:10 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-28-2009, 10:02 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-28-2009, 11:30 PM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-29-2009, 12:14 AM
RE: php5-cgi Prozesse sterben nicht - BeNe - 04-29-2009, 03:38 PM

Forum Jump:


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