]> granicus.if.org Git - apache/commitdiff
Put the MaxClients setting for prefork back to its 1.3 level.
authorJoshua Slive <slive@apache.org>
Sun, 12 Aug 2001 15:44:18 +0000 (15:44 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 12 Aug 2001 15:44:18 +0000 (15:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90116 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/highperformance-std.conf
docs/conf/httpd-std.conf

index aa707699df87a047a2071b0150912d4383cc0f76..60d00816ed223fa2375184fdc6f6aa07b6d24657 100755 (executable)
@@ -20,7 +20,7 @@ User  nobody
 Group nobody
 
 <IfModule prefork.c>
-MaxClients       
+MaxClients       150
 StartServers     5
 MinSpareServers  5
 MaxSpareServers 10
index 3082facf8b5018f5fcf0cb454c3a6db53462be9d..3552487dfd864d3cadc5bd23f067adec20454c62 100644 (file)
@@ -116,7 +116,7 @@ KeepAliveTimeout 15
 StartServers         5
 MinSpareServers      5
 MaxSpareServers     10
-MaxClients          20
+MaxClients         150
 MaxRequestsPerChild  0
 </IfModule>