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