Current time: 05-19-2024, 10:18 PM Hello There, Guest! (LoginRegister)


Post Reply 
mod_fcgid - Too much process - 503 Fehler
Author Message
evilbrot Offline
Newbie
*

Posts: 8
Joined: Apr 2010
Reputation: 0
Post: #1
mod_fcgid - Too much process - 503 Fehler
Hallo,

ich hab in letzter Zeit das Problem das ich bei meinem Server, bei so ~200 Benutzern online, öfters 503 Fehler bekomme. Im error log der Domain stehen haufenweise folgende meldungen (gehen mehrere pro sekunde von ein):

Code:
[Mon Apr 26 19:45:02 2010] [notice] mod_fcgid: too much /var/www/virtual/domain.de/htdocs/gallery.php process(current:10, max:10), skip the spawn request
[Mon Apr 26 19:45:02 2010] [notice] mod_fcgid: too much /var/www/virtual/domain.de/htdocs/dl_img.php process(current:10, max:10), skip the spawn request

Was genau bedeuted dies und könnte das der Grund für meine 503 Fehler sein? An der fcgid_ispcp.conf habe ich nichts verändert, ist also die standard von ispCP.


Beste Grüße,

evilbrot
(This post was last modified: 04-27-2010 09:59 AM by evilbrot.)
04-27-2010 09:58 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #2
RE: mod_fcgid - Too much process - 503 Fehler
schonmal die suchfunktion benutzt ?

http://isp-control.net/forum/thread-8598.html
04-27-2010 02:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
evilbrot Offline
Newbie
*

Posts: 8
Joined: Apr 2010
Reputation: 0
Post: #3
RE: mod_fcgid - Too much process - 503 Fehler
Hey ZooL,

ja den Thread hatte ich auch schon gefunden. Aber eine wirkliche lösung für das Problem wurde dort ja auch nicht gefunden. Das beenden aller php-cgi Prozesse hat nichts gebracht und es ist ja auch nicht so das die php-cgi Prozesse nicht beendet werden und den RAM voll laufen.
Also dachte ich das es evtl. an der standard config file für fcgid von ispCP liegt und jemand einen Tipp hat welche werten man anpassen kann.

grüße

evilbrot
04-29-2010 01:21 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #4
RE: mod_fcgid - Too much process - 503 Fehler
also du nutzt CentOS,
ich habe davon eigentlich 0 ahnung aber linux ist linux.
bitte poste mal deine ispcp_fcgid.conf

mfg
04-29-2010 03:17 AM
Visit this user's website Find all posts by this user Quote this message in a reply
evilbrot Offline
Newbie
*

Posts: 8
Joined: Apr 2010
Reputation: 0
Post: #5
RE: mod_fcgid - Too much process - 503 Fehler
Meine fcgid_ispcp.conf sieht so aus:

Code:
# ispCP Ï (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: fcgid_ispcp.conf 2505 2010-01-06 20:30:53Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "ispCP Ï (OMEGA) a Virtual Hosting Control Panel".
#
# The Initial Developer of the Original Code is ispCP Team.
# Portions created by Initial Developer are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP Ï Home Page is:
#
#    http://isp-control.net
#

LoadModule fcgid_module modules/mod_fcgid.so
<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/run/mod_fcgid/sock
  IdleTimeout 600
  IdleScanInterval 240
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 6
  ZombieScanInterval 3
  ProcessLifeTime 1200
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 250
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 0
  IPCConnectTimeout 20
  IPCCommTimeout 600
  MaxRequestsPerProcess 500
  DirectoryIndex index.php index.html
</IfModule>

Bis auf die Zeile mit DirectoryIndex hab ich dort noch nichts geändert.
(This post was last modified: 04-29-2010 09:37 AM by evilbrot.)
04-29-2010 09:16 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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