]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix directive name and link
authorAndré Malo <nd@apache.org>
Fri, 19 Mar 2004 21:46:35 +0000 (21:46 +0000)
committerAndré Malo <nd@apache.org>
Fri, 19 Mar 2004 21:46:35 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103046 13f79535-47bb-0310-9956-ffa450edef68

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

index a720264cf83099f54640116a6d5bbce907f863d0..1b60529d90a6061ed65d6ebe1fa3fee7ccfe41fd 100644 (file)
@@ -123,7 +123,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 4ead1e88bbb11a944fc1a0570571dee0e694fdde..2464815dbaaac41cae05c04f7c2f005e2018651a 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