8335b1
# This configuration file loads a CGI module appropriate to the MPM
8335b1
# which has been configured in 00-mpm.conf.  mod_cgid should be used
8335b1
# with a threaded MPM; mod_cgi with the prefork MPM.
8335b1
8335b1
<IfModule mpm_worker_module>
8335b1
   LoadModule cgid_module modules/mod_cgid.so
8335b1
</IfModule>
8335b1
<IfModule mpm_event_module>
8335b1
   LoadModule cgid_module modules/mod_cgid.so
8335b1
</IfModule>
8335b1
<IfModule mpm_prefork_module>
8335b1
   LoadModule cgi_module modules/mod_cgi.so
8335b1
</IfModule>
8335b1