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