From: Grant Slater Date: Mon, 31 Aug 2020 00:50:35 +0000 (+0100) Subject: apache: switch default mpm to event X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1292a22e3a17121a6c8f8541d398936e0d3b3683 apache: switch default mpm to event --- diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index cff5e5b83..080ca4e3a 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -1,4 +1,4 @@ -default[:apache][:mpm] = "worker" +default[:apache][:mpm] = "event" default[:apache][:timeout] = 300