PHP5 mod-fcgid
Habe hier Probleme bei einem PHP Script (Laufzeit ca. 5-6 min) woran kann das liegen?
error log:
exit(communication error), terminated by calling exit(), return code: 0
/user/php.ini
Code: Select all
max_execution_time = 400
max_input_time = 400
Code: Select all
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php .php5
SocketPath /var/lib/apache2/fcgid/sock
IdleTimeout 400
IdleScanInterval 120
BusyTimeout 400
BusyScanInterval 120
ErrorScanInterval 3
ZombieScanInterval 3
ProcessLifeTime 3600
SpawnScoreUpLimit 10
SpawnScore 1
TerminationScore 2
MaxProcessCount 250
DefaultMaxClassProcessCount 3
DefaultMinClassProcessCount 0
IPCConnectTimeout 60
IPCCommTimeout 240
</IfModule>