From: Eric Covener Date: Fri, 8 Jul 2016 16:00:50 +0000 (+0000) Subject: Merge r1751930 from trunk: X-Git-Tag: 2.2.32~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a065b8ac6b1dbca17e20da5262e2618fad4ac98;p=thirdparty%2Fapache%2Fhttpd.git Merge r1751930 from trunk: mention mod_cgid too http://httpd.apache.org/docs/2.4/howto/cgi.html#comment_5623 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1751933 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 60b58c3cbcb..5e4d79c2a5f 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -32,6 +32,7 @@ mod_alias mod_cgi + mod_cgid @@ -64,10 +65,19 @@ directive has not been commented out. A correctly configured directive may look like this: + + LoadModule cgid_module modules/mod_cgid.so + + + + On Windows, or using a non-threaded MPM like prefork, A correctly + configured directive may look like this: + LoadModule cgi_module modules/mod_cgi.so +
ScriptAlias