X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c93725e785e610bd75e20004e50552271799b711..075747b74dc46148774f470bb00afa2e853c9508:/cookbooks/php/recipes/apache.rb?ds=sidebyside diff --git a/cookbooks/php/recipes/apache.rb b/cookbooks/php/recipes/apache.rb index 7add78383..62cf24d66 100644 --- a/cookbooks/php/recipes/apache.rb +++ b/cookbooks/php/recipes/apache.rb @@ -17,6 +17,8 @@ # limitations under the License. # +node.override[:apache][:mpm] = "prefork" + include_recipe "php" include_recipe "apache"