]> granicus.if.org Git - apache/commitdiff
Merge r1751930 from trunk:
authorEric Covener <covener@apache.org>
Fri, 8 Jul 2016 16:00:31 +0000 (16:00 +0000)
committerEric Covener <covener@apache.org>
Fri, 8 Jul 2016 16:00:31 +0000 (16:00 +0000)
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

docs/manual/howto/cgi.xml

index c1f97e4dedfd8a90b5271ad40e46499f7b7e929f..c7aea6fedc21af010b8859031ed47b259e84aac1 100644 (file)
@@ -32,6 +32,7 @@
       <modulelist>
         <module>mod_alias</module>
         <module>mod_cgi</module>
+        <module>mod_cgid</module>
       </modulelist>
 
       <directivelist>
     directive has not been commented out.  A correctly configured directive
     may look like this:
 
+    <highlight language="config">
+      LoadModule cgid_module modules/mod_cgid.so
+    </highlight>
+
+
+     On Windows, or using a non-threaded MPM like prefork,  A correctly 
+     configured directive may look like this:
+
     <highlight language="config">
       LoadModule cgi_module modules/mod_cgi.so
     </highlight></note>
 
+
     <section id="scriptalias">
       <title>ScriptAlias</title>