From 0578d5a3ec57696a0b82736219e047d4abf90aee Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Thu, 16 Nov 2023 14:45:07 +0100 Subject: [PATCH] apache : rename MaxRequestsPerChild to MaxConnectionsPerChild (new name) --- CHANGELOG.md | 1 + apache/files/evolinux-defaults.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68604257..cd7e74f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * nagios: rename var `nagios_nrpe_process_processes` into `nagios_nrpe_processes` and check systemd-timesyncd instead of ntpd in Debian 12 * ProFTPd: in SFTP vhost, enable SSH keys login, enable ed25549 host key for Debian >= 11 * apache : fix goaway pattern for bad bots +* apache : rename MaxRequestsPerChild to MaxConnectionsPerChild (new name) ### Fixed diff --git a/apache/files/evolinux-defaults.conf b/apache/files/evolinux-defaults.conf index 6a9c9240..73b7f136 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 100 + MaxConnectionsPerChild 100