Seite ständig nicht erreichbar

schweich1

New Member
Hallo,

habe aktuell das Problem, dass eine Seite auf dem Server ständig nicht erreichbar ist oder sehr langsam lädt.

In den Error-Logs konnte ich eine Meldung sehr sehr oft finden, habe bisher jedoch noch nicht rausgefunden, wie ich die beheben kann:

[Sat Apr 14 16:52:27 2012] [warn] [client IP] mod_fcgid: can't apply process slot for /var/www/fcgi/domain.de/php5-fcgi-starter


Weiß vielleicht jemand, was ich machen kann, um das Problem zu beseitigen?

Auf dem Server läuft Debian Squeeze mit ISPCP als Verwaltungsoberfläche.


Vielen Dank schonmal


Gruß
 
Kann es sein, dass ein paar Zeilen vorher im Log steht, dass die connection geschlossen wurden?

Wie ist denn die Einstellung bei IPCCommTimeout und IPCConnectTimeout für fcgi?
 
Sieht wohl so aus, dass die Requestanzahl fcgid an das Limit bringt. Ohne weitere Infos ist das nur Raterei:

• was für ein Server (RAM)?
• wie sieht die mod_fcgid.conf aus?
• was kommt da an Anfragen rein?
 
vielen Dank für eure Rückmeldungen.

Folgendes steht in der fcgid_ispcp.conf:

PHP:
# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: fcgid_ispcp.conf 3498 2010-10-20 06:17:13Z 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
#

<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/lib/apache2/fcgid/sock
  IdleTimeout 600
  IdleScanInterval 120
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 3
  ZombieScanInterval 3
  ProcessLifeTime 900
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 200
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 1
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
</IfModule>

Als Server wird ein vServer mit 2 GB Arbeitsspeicher eingesetzt.

Rechte von suexec? habe da bisher nichts angepasst oder so.


An Anfragen kommen überwiegend Kampagnenaufrufe rein, bei der Seite handelt es sich um ein Werbenetzwerk-System.
 
Back
Top