From afe15a9589058e95b00942292b2dc59cfb23de30 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Fri, 5 Sep 2008 03:26:14 +0000 Subject: [PATCH] Fix MaxClients description to adapt threading MPM. (This is still inaccurate for trunk Event MPM.) Submitted by Dan Poirier PR: 45747 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@692325 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 37315f47bf5..a213012b8bb 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -443,8 +443,8 @@ The protocol argument was added in 2.1.5 MaxClients -Maximum number of child processes that will be created -to serve requests +Maximum number of simultaneous requests that will +be served MaxClients number See usage for details server config -- 2.47.2