From 7e3160d37441f705381c91dd724ca5557eea322a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:35:15 +0000 Subject: automatic import of httpd --- 01-cgi.conf | 11 +++++++++++ 1 file changed, 11 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..4b680cf --- /dev/null +++ b/01-cgi.conf @@ -0,0 +1,11 @@ +# 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 cgi_module modules/mod_cgi.so + + -- cgit v1.2.3