<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	      17
    MinSpareServers	      17
    MaxSpareServers	      26
    MaxRequestWorkers      53
    MaxConnectionsPerChild 4000
</IfModule>
