Display Moreok, just try to replace the full file content by:
Display MoreCode
- <IfModule fcgid_module>
- AddHandler fcgid-script .php .php5
- SocketPath /var/lib/apache2/fcgid/sock
- FcgidMaxRequestsPerProcess 500
- FcgidMaxRequestLen 1073741824
- FcgidPassHeader AUTHORIZATION
- FcgidIOTimeout 7200
- FcgidBusyTimeout 7200
- FcgidBusyScanInterval 240
- FcgidIdleScanInterval 30
- FcgidIdleTimeout 60
- FcgidProcessLifeTime 120
- FcgidMaxProcesses 150
- FcgidMaxProcessesPerClass 20
- FcgidMinProcessesPerClass 0
- </IfModule>
And then restart Apache.
Note: If you have several sites running PHP, you can try to increase the FcgidMaxProcesses again if needed.
I will try it this afternoon.
The first line: <IfModule fcgid_module> must not be <IfModule mod_fcgid.c> as in the configuration file befor?
Thanks in advance