]> granicus.if.org Git - apache/commitdiff
fix directive name and link
authorAndré Malo <nd@apache.org>
Fri, 19 Mar 2004 21:20:55 +0000 (21:20 +0000)
committerAndré Malo <nd@apache.org>
Fri, 19 Mar 2004 21:20:55 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103045 13f79535-47bb-0310-9956-ffa450edef68

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

index 6cc814349bd77624e7da41f50b624c77374f771d..c99ebd0ee5e92f61b15e8630f3ab5eecaf378042 100644 (file)
@@ -124,7 +124,7 @@ uses</a></li>
     <p>In addition to a the set of active child processes, there may 
     be additional child processes which are terminating but where at
     least one server thread is still handling an existing client
-    connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclient">MaxClient</a></code> terminating processes 
+    connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code> terminating processes 
     may be present, though the actual number can be expected to be 
     much smaller.  This behavior can be avoided by disabling the 
     termination of individual child processes, which is achieved by 
index f0be28765640b709539e9e537c43375c809a7dae..bdb688c3ec25b7d90088cb23e5dfbf00f2470fe3 100644 (file)
@@ -93,7 +93,7 @@ uses</a></seealso>
     be additional child processes which are terminating but where at
     least one server thread is still handling an existing client
     connection.  Up to <directive 
-    module="mpm_common">MaxClient</directive> terminating processes 
+    module="mpm_common">MaxClients</directive> terminating processes 
     may be present, though the actual number can be expected to be 
     much smaller.  This behavior can be avoided by disabling the 
     termination of individual child processes, which is achieved by