X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..3ec3635eac9dcdf5767020795e6ec6e9be3882a6:/cookbooks/php/attributes/default.rb diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index 0ca636813..d1bd6680a 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -3,3 +3,5 @@ default[:php][:version] = if node[:lsb][:release].to_f < 20.04 else "7.4" end + +override[:apache][:mpm] = "prefork"