]> granicus.if.org Git - apache/commitdiff
Bring mod_status document up to date. This change was discussed back in
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 19 Dec 2003 06:30:23 +0000 (06:30 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 19 Dec 2003 06:30:23 +0000 (06:30 +0000)
June but I've never got around to do it until now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102092 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_status.html.en
docs/manual/mod/mod_status.xml

index d8cb7c3e065b8a93258270c3a902961034c31a4d..528f721597bf00b1a41a5815391920d778d2c4e9 100644 (file)
@@ -30,14 +30,6 @@ performance</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">SourceĀ File:</a></th><td>mod_status.c</td></tr></table>
 <h3>Summary</h3>
 
-
-<div class="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.
-</div>
-
     <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</td></tr>
     <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</td></tr>
       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>
@@ -106,10 +98,6 @@ performance</td></tr>
     <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>
-
-    <div class="note"><p>Note that <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> 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></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="autoupdate" id="autoupdate">Automatic Updates</a></h2>
index e3ca67d1a99f6bc00c9d8dbcbe970de0b0001b34..00cb842f3cd4a626ee356a16ab92c6742eb01c5b 100644 (file)
@@ -12,14 +12,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
@@ -30,13 +22,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>
 
@@ -47,7 +39,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>
@@ -77,11 +69,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">