You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Rich Bowen <rb...@rcbowen.com> on 2002/06/08 04:28:44 UTC

mod_cgid doc patch

I was wondering if this clarifies the the mod_cgid docs, or if I
misunderstood what is being said. This is how I understood it, and I
wondered if this slight clarification might be of help to someone else.

Index: mod_cgid.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgid.xml,v
retrieving revision 1.3
diff -B -b -u -r1.3 mod_cgid.xml
--- mod_cgid.xml	23 May 2002 14:50:11 -0000	1.3
+++ mod_cgid.xml	8 Jun 2002 02:26:32 -0000
@@ -27,7 +27,8 @@
     main server communicates with this daemon using a unix domain
     socket.</p>

-    <p>This module is used by default whenever a multi-threaded MPM
+    <p>This module is used by default instead of
+    <module>mod_cgi</module> whenever a multi-threaded MPM
     is selected during the compilation process. At the user level,
     this module is identical in configuration and operation to
     <module>mod_cgi</module>. The only exception is the

-- 
Rich Bowen - rbowen@rcbowen.com
ReefKnot - http://www.reefknot.org


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: mod_cgid doc patch

Posted by Joshua Slive <jo...@slive.ca>.
Rich Bowen wrote:
> I was wondering if this clarifies the the mod_cgid docs, or if I
> misunderstood what is being said. This is how I understood it, and I
> wondered if this slight clarification might be of help to someone else.

> -    <p>This module is used by default whenever a multi-threaded MPM
> +    <p>This module is used by default instead of
> +    <module>mod_cgi</module> whenever a multi-threaded MPM
>      is selected during the compilation process. At the user level,
>      this module is identical in configuration and operation to

+1.  That looks right to me.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org