From: André Malo Date: Fri, 19 Mar 2004 21:20:55 +0000 (+0000) Subject: fix directive name and link X-Git-Tag: pre_ajp_proxy~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3e2599e9a28ac528cc7cf6f716f743545e5a57f;p=apache fix directive name and link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103045 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 6cc814349b..c99ebd0ee5 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -124,7 +124,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 f0be287656..bdb688c3ec 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