From 4ef85cc7517cbbd7579f3b183201bcc452e4a1a0 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 12 Aug 2001 15:44:18 +0000 Subject: [PATCH] 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 --- docs/conf/highperformance-std.conf | 2 +- 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 -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 -- 2.40.0