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