Quote:Das ist auch korrekt so weil es mit <if module lala> eingebunden ist.
Wenn es also das Modul fast_cgi ist dann lalala und wenn es das Modul fcgid ist dann halt... ist OK so.
Okay - Verstanden!
Quote:Schau in /etc/apache2/modules-enabled/ was da drin ist. fastcgi_ispcp oder fcgid_ispcp. Je nach dem kannst Du mit "a2enmod" oder "a2dismod" die Module ein und ausschalten.
In /mods-enabled/ liegt die Datei fcgid_ispcp.conf möchte auch eigentlich drauf bleiben, soll ja wohl besser sein.
Quote:Wieviele Domains hast Du am laufen und welches Loggingsystem ?
noch liegen ca 10 Domains drauf, wird aber noch aufgestockt auf über 100. Das LoggingSystem von der neuen Version.
Quote:Dann läuft es schon mit dem neuen in eine Pipe und sollte nicht das Problem sein. Muss als was anderes sein. Wie sieht deine fcgid config denn aus ?
Die Config meinst ja die fcgid_ispcp.conf oder?:
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
IPCConnectTimeout 20
</IfModule>
MfG
FraggDieb