]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport from 2.1.
authorYoshiki Hayashi <yoshiki@apache.org>
Sat, 4 Sep 2004 22:23:09 +0000 (22:23 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sat, 4 Sep 2004 22:23:09 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104968 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_status.xml

index 595e676d4607cf5eae675222735f9f6be6c6ddf8..3fd15f9925d0d72031a22b2cf4453520cd526186 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.4.2.5 $ -->
+<!-- $Revision: 1.4.2.6 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -30,14 +30,6 @@ performance</description>
 
 
 <summary>
-
-<note>
-  <strong>Warning:</strong> This document has not been updated
-  to take into account changes made in the 2.0 version of the
-  Apache HTTP Server. Some of the information may still be
-  relevant, but please use it with care.
-</note>
-
     <p>The Status module allows a server administrator to find out
     how well their server is performing. A HTML page is presented
     that gives the current server statistics in an easily readable
@@ -48,13 +40,13 @@ performance</description>
     <p>The details given are:</p>
 
     <ul>
-      <li>The number of children serving requests</li>
+      <li>The number of worker serving requests</li>
 
-      <li>The number of idle children</li>
+      <li>The number of idle worker</li>
 
-      <li>The status of each child, the number of requests that
-      child has performed and the total number of bytes served by
-      the child (*)</li>
+      <li>The status of each worker, the number of requests that
+      worker has performed and the total number of bytes served by
+      the worker (*)</li>
 
       <li>A total number of accesses and byte count served (*)</li>
 
@@ -65,7 +57,7 @@ performance</description>
       number of bytes served per second and the average number of
       bytes per request (*)</li>
 
-      <li>The current percentage CPU used by each child and in
+      <li>The current percentage CPU used by each worker and in
       total by Apache (*)</li>
 
       <li>The current hosts and requests being processed (*)</li>
@@ -95,11 +87,6 @@ performance</description>
     <p>You can now access server statistics by using a Web browser
     to access the page
     <code>http://your.server.name/server-status</code></p>
-
-    <note><p>Note that <module>mod_status</module> will only work
-    when you are running Apache in <a 
-    href="core.html#servertype">standalone</a> mode and not
-    <a href="core.html#servertype">inetd</a> mode.</p></note>
 </section>
 
 <section id="autoupdate">