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