From: Eric Covener Date: Fri, 8 Jul 2016 16:00:31 +0000 (+0000) Subject: Merge r1751930 from trunk: X-Git-Tag: 2.4.24~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc76377899a4da38d20d3195b18e02652cb6689e;p=apache 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.4.x@1751932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index c1f97e4ded..c7aea6fedc 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