# Depdends: .conf <IfModule mpm_prefork_module> LoadModule cgi_module modules/mod_cgi.so </IfModule> <IfModule !mpm_prefork_module> LoadModule cgid_module modules/mod_cgid.so </IfModule> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet