From: Eric Covener Date: Fri, 8 Jul 2016 15:59:58 +0000 (+0000) Subject: mention mod_cgid too X-Git-Tag: 2.5.0-alpha~1425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f89aa140c38b3d75f9e24a363e5b4dcebb4cbb4f;p=apache 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/trunk@1751930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 197d3e1c0e..e62a48b17a 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