From 6c3a6582717264c50433910c09d97470ce8c01e1 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Mon, 12 Dec 2016 16:48:57 +0100 Subject: [PATCH] MaxClients -> MaxRequestWorkers --- apache/files/z_evolix.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache/files/z_evolix.conf b/apache/files/z_evolix.conf index d70bdd96..511396e5 100644 --- a/apache/files/z_evolix.conf +++ b/apache/files/z_evolix.conf @@ -2,7 +2,8 @@ ServerTokens Prod Timeout 10 KeepAliveTimeout 2 MaxKeepAliveRequests 10 -MaxClients 250 +#MaxClients 250 +MaxRequestWorkers 250 ServerLimit 250 StartServers 50 MinSpareServers 20