From 1292a22e3a17121a6c8f8541d398936e0d3b3683 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 31 Aug 2020 01:50:35 +0100 Subject: [PATCH] apache: switch default mpm to event --- cookbooks/apache/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5