X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..9430f8a86c3e8e4b34a1f20f8c9cf00db5a1d7ec:/cookbooks/wordpress/attributes/default.rb diff --git a/cookbooks/wordpress/attributes/default.rb b/cookbooks/wordpress/attributes/default.rb index 9233459dc..856c99696 100644 --- a/cookbooks/wordpress/attributes/default.rb +++ b/cookbooks/wordpress/attributes/default.rb @@ -1,6 +1,9 @@ # Enable the "wordpress" role default[:accounts][:users][:wordpress][:status] = :role +# Use prefork as PHP is to dumb for anything else +override[:apache][:mpm] = "prefork" + # Set wordpress defaults default[:wordpress][:user] = "wordpress" default[:wordpress][:group] = "wordpress"