From 2b6faea5a6dff018de320d1bb6f718c9c7a958f6 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 19 Oct 2002 18:58:46 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.html.en | 2 +- docs/manual/mod/mpm_common.xml | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3