You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Daniel Lopez <da...@rawbyte.com> on 2001/12/30 19:35:52 UTC

[PATCH] Remove connection status

Hi 

Please consider this patch that removes the ConnectionStatus directive, not
present in Apache anymore

Cheers

Daniel

Index: directives.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/directives.html,v
retrieving revision 1.95
diff -u -r1.95 directives.html
--- directives.html	30 Dec 2001 15:47:12 -0000	1.95
+++ directives.html	30 Dec 2001 18:19:22 -0000
@@ -227,9 +227,6 @@
       <li><a
       href="core.html#clearmodulelist">ClearModuleList</a></li>
 
-      <li><a
-      href="mpm_common.html#connectionstatus">ConnectionStatus</a></li>
-
       <li><a href="core.html#contentdigest">ContentDigest</a></li>
 
       <li><a
Index: mpm_common.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mpm_common.html,v
retrieving revision 1.17
diff -u -r1.17 mpm_common.html
--- mpm_common.html	19 Dec 2001 18:16:40 -0000	1.17
+++ mpm_common.html	30 Dec 2001 18:19:23 -0000
@@ -22,8 +22,6 @@
     <h2>Directives</h2>
 
     <ul>
-      <li><a href="#connectionstatus">ConnectionStatus</a></li>
-
       <li><a href="#coredumpdirectory">CoreDumpDirectory</a></li>
 
       <li><a href="#group">Group</a></li>
@@ -65,27 +63,6 @@
 
       <li><a href="#user">User</a></li>
     </ul>
-    <hr />
-
-    <h2><a id="connectionstatus"
-    name="connectionstatus">ConnectionStatus directive</a></h2>
-
-    <p><a href="directive-dict.html#Syntax"
-    rel="Help"><strong>Syntax:</strong></a> ConnectionStatus
-    on|off<br />
-     <a href="directive-dict.html#Default"
-    rel="Help"><strong>Default:</strong></a> <code>ConnectionStatus
-    on</code><br />
-     <a href="directive-dict.html#Context"
-    rel="Help"><strong>Context:</strong></a> server config<br />
-     <a href="directive-dict.html#Status"
-    rel="Help"><strong>Status:</strong></a> MPM<br />
-     <a href="directive-dict.html#Module"
-    rel="Help"><strong>Module:</strong></a> perchild</p>
-
-    <p>Whether or not to maintain status information on current
-    connections. If this is off then mod_status will not work
-    properly.</p>
     <hr />
 
     <h2><a id="coredumpdirectory"
Index: perchild.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/perchild.html,v
retrieving revision 1.7
diff -u -r1.7 perchild.html
--- perchild.html	29 Dec 2001 17:44:18 -0000	1.7
+++ perchild.html	30 Dec 2001 18:19:23 -0000
@@ -89,9 +89,6 @@
       <li><a href="#childperuserid">ChildPerUserID</a></li>
 
       <li><a
-      href="mpm_common.html#connectionstatus">ConnectionStatus</a></li>
-
-      <li><a
       href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
 
       <li><a href="mpm_common.html#group">Group</a></li>



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


RE: [PATCH] Remove connection status

Posted by Joshua Slive <jo...@slive.ca>.
Got it.  Thanks.

> From: Daniel Lopez [mailto:daniel@rawbyte.com]

> Please consider this patch that removes the ConnectionStatus 
> directive, not
> present in Apache anymore


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