From b3487b76a2c3dbf77bba0d1907625df1018e8c95 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 16 Sep 2001 20:38:07 +0000 Subject: [PATCH] MaxClients was incorrectly discussed as "MaxServers" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91044 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/prefork.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/prefork.html b/docs/manual/mod/prefork.html index 3afba13b74..eda56730d2 100644 --- a/docs/manual/mod/prefork.html +++ b/docs/manual/mod/prefork.html @@ -50,7 +50,7 @@ In this way, clients do not need to wait for a new child processes to be forked before their requests can be served.

The StartServers, MinSpareServers, -MaxSpareServers, and MaxServers regulate how +MaxSpareServers, and MaxClients regulate how the parent process creates children to serve requests. In general, Apache is very self-regulating, so most sites do not need to adjust these directives from their default values. Sites which need to serve -- 2.40.0