]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dmca/attributes/default.rb
Make sure we use prefork with mod_php
[chef.git] / cookbooks / dmca / attributes / default.rb
1 # Use prefork as PHP is to dumb for anything else
2 override[:apache][:mpm] = "prefork"