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