]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/recipes/apache.rb
Make sure we use prefork with mod_php
[chef.git] / cookbooks / php / recipes / apache.rb
index 62cf24d669d2021179df602490517a8c737c2c80..7add783839f734761327fbff81e4feba11e8cb31 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-node.override[:apache][:mpm] = "prefork"
-
 include_recipe "php"
 include_recipe "apache"