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