From: Yoshiki Hayashi Date: Wed, 10 Jul 2002 06:04:04 +0000 (+0000) Subject: Grammar police. X-Git-Tag: 2.0.40~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3693b6732e29623cd8dcdc17f783b03326dcd09f;p=apache Grammar police. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 03076413fc..7a814a3edc 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -477,7 +477,7 @@ the child processes

With the prefork MPM, use this directive only if you need to set MaxClients higher higher than 256. + module="mpm_common">MaxClients higher than 256. Do not set the value of this directive any higher than what you might want to set MaxClients to.

@@ -582,7 +582,7 @@ per child process

This directive sets the number of threads created by each child process. The child creates these threads at startup and - never creates more. if using an MPM like mpmt_winnt, where + never creates more. If using an MPM like mpmt_winnt, where there is only one child process, this number should be high enough to handle the entire load of the server. If using an MPM like worker, where there are multiple child processes, the