From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: Apache 2.4 and apr patches Date: Wed, 23 Aug 2017 21:38:03 +0200 Message-ID: <001c01d31c47$569d4700$03d7d500$@googlemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7375612396085162717==" List-Id: --===============7375612396085162717== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! I updated the patches and made some adjustments, please check and test the ne= w versions! Regarding the Apache 2.4 configuration, MaxRequestWorkers is the new MaxClien= ts (it limits the total number of threads available), ThreadsPerChild standar= d value is 25, 16 should be enough for ipfire, since MaxRequestWorkers is com= puted by ServerLimit (default: 16) * ThreadsPerChild. MaxSpareThreads must be= at least the sum of MinSpareThreads+ThreadsPerChild. This should be very similar to the existing prefork configuration. If possibl= e, please test it thoroughly. Best regards, Wolfgang --===============7375612396085162717==--