ispCP - Board - Support
Problem mit Fastcgi/lenny - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Problem mit Fastcgi/lenny (/thread-7944.html)



Problem mit Fastcgi/lenny - Axel - 09-23-2009 08:42 PM

Hallo,

ich habe wohl auch ein Problem PHP/fcgid und benötige eure Hilfe.

Dazu hier schon einiges über fcgid und fastcgi gelesen, werde aber nicht wirklich schlau daraus. Ich nutze aktuell isCP V1.0.0, Debian5 und fcgid.


Unter hoher Last werden weit über 2000 Tasks von php5cgi angelegt, die irgendwann den Server zum Stillstand bringt und nur ein Reset ihn wieder zum Leben erwecken kann.


Hier meine /etc/apache2/mods-available/fcgid_ispcp.conf:
Code:
<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 600
  SpawnScoreUpLimit 25
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 200
  DefaultMaxClassProcessCount 25
  DefaultMinClassProcessCount 1
  IPCConnectTimeout 600
  IPCCommTimeout 600
  MaxRequestsPerProcess 500
</IfModule>

Hier ein paar Fragen dazu, wäre schön, wenn ihr mir da etwas helfen könnt.

* Kann ich den fcgid_ispcp.conf noch was verbessern?

* Gibt es noch wo anders Parameter, die ich einstellen muss?

* Ist ein Wechsel von fcgid nach fastcgid vernünftig/nötig?
(Dachte immer fcgid wäre das neuere, schnellere und stabilere System)

* Wie kann ich verhindern, dass der Server durch die vielen Tasks nicht voll blockiert?

Danke.

Grüße Axel