wiki:howto/de/fcgidtimeouts

Um 500er-Fehler wegen der Laufzeit zu vermeiden, müssen wir folgende Datei bearbeiten:

/etc/apache2/mods-enabled/fcgid_ispcp.conf

Dort fügen wir folgendes hinzu:

IPCCommTimeout 600

Das sind 10 Minuten, die eigentlich immer ausreichen sollten.

Zum Schluss sollte es etwa so aussehen:

#
# 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
  IPCCommTimeout 600
</IfModule>

So, dann nur noch einmal Apache neustarten und glücklich sein!