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