this doesn't work also because if i remove socketpath i get this error:
Code:
Restarting web server: apache2Syntax error on line 31 of /etc/apache2/ispcp/fcgid_ispcp.conf:
IdleScanInterval cannot occur within <VirtualHost> section
failed!
and if remove this line i get this error:
Code:
Restarting web server: apache2Syntax error on line 33 of /etc/apache2/ispcp/fcgid_ispcp.conf:
BusyScanInterval cannot occur within <VirtualHost> section
failed!
and so on and so on....
i have to remove nearly all lines bevor it will work...
it must have something to do with new apache2 or fcgid version (squeeze)...
the problem was after (aptitude update && aptitude upgrade) updating php/apache etc...
these lines must be deactivated:
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 900
# SpawnScoreUpLimit 10
# SpawnScore 1
# TerminationScore 2
# MaxProcessCount 200
DefaultMaxClassProcessCount 10
DefaultMinClassProcessCount 1
IPCConnectTimeout 900
IPCCommTimeout 900
MaxRequestsPerProcess 500
</IfModule>
can't be good isn't it?