From: André Malo Date: Fri, 19 Mar 2004 21:46:35 +0000 (+0000) Subject: fix directive name and link X-Git-Tag: 2.0.50~329 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e84d04b79ea1ce1cf2f7772659cc5dd818639ba;p=thirdparty%2Fapache%2Fhttpd.git fix directive name and link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index a720264cf83..1b60529d90a 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -123,7 +123,7 @@ uses

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 MaxClient terminating processes + connection. Up to MaxClients 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 diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index 4ead1e88bbb..2464815dbaa 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -93,7 +93,7 @@ uses be additional child processes which are terminating but where at least one server thread is still handling an existing client connection. Up to MaxClient terminating processes + module="mpm_common">MaxClients 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