apache : rename MaxRequestsPerChild to MaxConnectionsPerChild (new name)

This commit is contained in:
Gregory Colpart 2023-11-16 14:45:07 +01:00
parent ac72c7ac31
commit 0578d5a3ec
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -10,7 +10,7 @@ MaxKeepAliveRequests 10
StartServers 50
MinSpareServers 20
MaxSpareServers 30
MaxRequestsPerChild 100
MaxConnectionsPerChild 100
</IfModule>
<IfModule mpm_worker_module>