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