summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-08-12 17:44:18 +0200
committerJoshua Slive <slive@apache.org>2001-08-12 17:44:18 +0200
commit4ef85cc7517cbbd7579f3b183201bcc452e4a1a0 (patch)
tree3325e49cc6f4fa890e735c65b9003faa596d3963 /docs
parentFix the macro expansion problem in the hook declaration. (diff)
downloadapache2-4ef85cc7517cbbd7579f3b183201bcc452e4a1a0.tar.xz
apache2-4ef85cc7517cbbd7579f3b183201bcc452e4a1a0.zip
Put the MaxClients setting for prefork back to its 1.3 level.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/conf/highperformance-std.conf2
-rw-r--r--docs/conf/httpd-std.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/highperformance-std.conf b/docs/conf/highperformance-std.conf
index aa707699df..60d00816ed 100755
--- a/docs/conf/highperformance-std.conf
+++ b/docs/conf/highperformance-std.conf
@@ -20,7 +20,7 @@ User nobody
Group nobody
<IfModule prefork.c>
-MaxClients 8
+MaxClients 150
StartServers 5
MinSpareServers 5
MaxSpareServers 10
diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf
index 3082facf8b..3552487dfd 100644
--- a/docs/conf/httpd-std.conf
+++ b/docs/conf/httpd-std.conf
@@ -116,7 +116,7 @@ KeepAliveTimeout 15
StartServers 5
MinSpareServers 5
MaxSpareServers 10
-MaxClients 20
+MaxClients 150
MaxRequestsPerChild 0
</IfModule>