]> granicus.if.org Git - apache/commitdiff
mention mod_cgid too
authorEric Covener <covener@apache.org>
Fri, 8 Jul 2016 15:59:58 +0000 (15:59 +0000)
committerEric Covener <covener@apache.org>
Fri, 8 Jul 2016 15:59:58 +0000 (15:59 +0000)
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

docs/manual/howto/cgi.xml

index 197d3e1c0e1160d226547220bf70d28f2c18f2ae..e62a48b17a741491f80eb41cca96fbd904daff09 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>