From: Joshua Slive Date: Sat, 19 Oct 2002 18:58:46 +0000 (+0000) Subject: Fix an error in the for MaxSpareThreads. X-Git-Tag: 2.0.44~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=239213d275d1394706842bc609e03b7cec350d47;p=thirdparty%2Fapache%2Fhttpd.git Fix an error in the for MaxSpareThreads. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97266 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 84451af06a0..de91f8c8af0 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -280,7 +280,7 @@ will handle during its lifetop

MinSpareThreads Directive

Description: Minimum number of idle threads available to handle request spikes
Syntax: - MinSpareServers number
Context: + MinSpareThreads number
Context: server config
Status: MPM
Module: mpm_netware, perchild, worker
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index d8efd958515..9e43eb213d1 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -369,7 +369,7 @@ will handle during its life MinSpareThreads Minimum number of idle threads available to handle request spikes -MinSpareServers number +MinSpareThreads number server config mpm_netware perchildworker diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 326bb0b1fc8..2c73ab3195c 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -365,7 +365,7 @@ meta information MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents using the specified magic file MinSpareServers number 5 sMMinimum number of idle child server processes -MinSpareServers numbersMMinimum number of idle threads available to handle request +MinSpareThreads numbersMMinimum number of idle threads available to handle request spikes MMapFile file-path [file-path] ...sX- ModMimeUsePathInfo On|OffdBTells mod_mime to treat path_info components as part of the filename