You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2016/07/08 16:00:31 UTC

svn commit: r1751932 - /httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml

Author: covener
Date: Fri Jul  8 16:00:31 2016
New Revision: 1751932

URL: http://svn.apache.org/viewvc?rev=1751932&view=rev
Log:
Merge r1751930 from trunk:

mention mod_cgid too

http://httpd.apache.org/docs/2.4/howto/cgi.html#comment_5623


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml?rev=1751932&r1=1751931&r2=1751932&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml Fri Jul  8 16:00:31 2016
@@ -32,6 +32,7 @@
       <modulelist>
         <module>mod_alias</module>
         <module>mod_cgi</module>
+        <module>mod_cgid</module>
       </modulelist>
 
       <directivelist>
@@ -65,9 +66,18 @@
     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>