X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/60b19818712842f23e5039de2202f7ee45dbb614..3369f9515111a99387cda562a342f94ea1a13778:/cookbooks/wordpress/attributes/default.rb?ds=inline 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"