From 03f1098961e7cd0a5a3b7d93ca59f9176b7f63ac Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:42:43 +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