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