1 <IfModule !mod_fcgid.c>
2 LoadModule fcgid_module ###APACHE_FCGID_MODULE###
6 MaxRequestsPerProcess 500
9 GracefulShutdownTimeout 120
11 # mod_fcgid default is 128 kb which is too small for needed file
12 # uploads like used e.g. by NagVis. Set this to 3 MB.
15 <Location /###SITE###/>
16 AddHandler fcgid-script .php
17 AddHandler fcgid-script .sh
19 FcgiWrapper ###ROOT###/etc/apache/php-wrapper .php