<IfModule fcgid_module>
FcgidMaxRequestLen 1073741824
FcgidConnectTimeout 300
FcgidIOTimeout 300
FcgidMaxRequestsPerProcess 10000
<IfModule mod_mime.c>
AddHandler fcgid-script .fcgi
</IfModule>
</IfModule>
<IfModule mpm_itk_module>
StartServers 3
MinSpareServers 3
MaxSpareServers 5
MaxRequestWorkers 10
MaxConnectionsPerChild 4000
</IfModule>