]> git.openstreetmap.org Git - chef.git/commitdiff
apache: switch default mpm to event
authorGrant Slater <git@firefishy.com>
Mon, 31 Aug 2020 00:50:35 +0000 (01:50 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 31 Aug 2020 00:50:35 +0000 (01:50 +0100)
cookbooks/apache/attributes/default.rb

index cff5e5b839c1b5fb0af59eed4b16e1d32b2feb73..080ca4e3ac23c0ba62be5bc14afc538f74cabc8a 100644 (file)
@@ -1,4 +1,4 @@
-default[:apache][:mpm] = "worker"
+default[:apache][:mpm] = "event"
 
 default[:apache][:timeout] = 300