From c711ee8af9f094852c6d1917a0b111a276e7b320 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Mar 2012 08:24:02 +0100 Subject: httpd: import from rawhide (version 2.4.1) --- 01-cgi.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 01-cgi.conf (limited to '01-cgi.conf') diff --git a/01-cgi.conf b/01-cgi.conf new file mode 100644 index 0000000..5b8b936 --- /dev/null +++ b/01-cgi.conf @@ -0,0 +1,14 @@ +# This configuration file loads a CGI module appropriate to the MPM +# which has been configured in 00-mpm.conf. mod_cgid should be used +# with a threaded MPM; mod_cgi with the prefork MPM. + + + LoadModule cgid_module modules/mod_cgid.so + + + LoadModule cgid_module modules/mod_cgid.so + + + LoadModule cgi_module modules/mod_cgi.so + + -- cgit