From ac72c7ac317559b6113aed3ba75d2434ec9cfd0e Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Thu, 16 Nov 2023 14:43:22 +0100 Subject: [PATCH] apache: fix MaxRequestsPerChild value to be sync with wiki.e.o --- CHANGELOG.md | 1 + apache/files/evolinux-defaults.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0431abeb..68604257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * webapps/nextcloud: fix misplaced gid attribute * webapps/nextcloud: added check that nexctcloud uid is over 3000 * ProFTPd: set missing default listen IP for SFTP +* apache: fix MaxRequestsPerChild value to be sync with wiki.e.o ### Removed diff --git a/apache/files/evolinux-defaults.conf b/apache/files/evolinux-defaults.conf index a66e2797..6a9c9240 100644 --- a/apache/files/evolinux-defaults.conf +++ b/apache/files/evolinux-defaults.conf @@ -10,7 +10,7 @@ MaxKeepAliveRequests 10 StartServers 50 MinSpareServers 20 MaxSpareServers 30 - MaxRequestsPerChild 0 + MaxRequestsPerChild 100 @@ -20,7 +20,7 @@ MaxKeepAliveRequests 10 ThreadLimit 64 ThreadsPerChild 25 MaxRequestWorkers 150 - MaxConnectionsPerChild 0 + MaxConnectionsPerChild 100