diff options
author | Joshua Slive <slive@apache.org> | 2001-08-12 17:44:18 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-08-12 17:44:18 +0200 |
commit | 4ef85cc7517cbbd7579f3b183201bcc452e4a1a0 (patch) | |
tree | 3325e49cc6f4fa890e735c65b9003faa596d3963 /docs | |
parent | Fix the macro expansion problem in the hook declaration. (diff) | |
download | apache2-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-x | docs/conf/highperformance-std.conf | 2 | ||||
-rw-r--r-- | docs/conf/httpd-std.conf | 2 |
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> |