From b3e2599e9a28ac528cc7cf6f716f743545e5a57f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 19 Mar 2004 21:20:55 +0000 Subject: [PATCH] fix directive name and link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103045 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/worker.html.en | 2 +- docs/manual/mod/worker.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1