]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dmca/attributes/default.rb
Improve handling of apache mpm selection
[chef.git] / cookbooks / dmca / attributes / default.rb
diff --git a/cookbooks/dmca/attributes/default.rb b/cookbooks/dmca/attributes/default.rb
new file mode 100644 (file)
index 0000000..56bdf21
--- /dev/null
@@ -0,0 +1,2 @@
+# Use prefork as PHP is to dumb for anything else
+override[:apache][:mpm] = "prefork"