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