summaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>1999-08-26 07:13:00 +0200
committerRoy T. Fielding <fielding@apache.org>1999-08-26 07:13:00 +0200
commit1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6 (patch)
treea4983da2a748af985902231f5ae056c94592374b /docs/conf
parentUpdate Lars' key (diff)
downloadapache2-1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6.tar.xz
apache2-1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6.zip
Reduce default MaxClients for testing MPM.
[This file is probably obsolete -- Roy] Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/highperformance.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/highperformance.conf b/docs/conf/highperformance.conf
index d5a931359e..2745d724c5 100644
--- a/docs/conf/highperformance.conf
+++ b/docs/conf/highperformance.conf
@@ -14,7 +14,7 @@
Port 80
ServerRoot @@ServerRoot@@
DocumentRoot @@ServerRoot@@/htdocs
-MaxClients 150
+MaxClients 8
StartServers 5
MinSpareServers 5
MaxSpareServers 10