X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cac6ace6749429cdc77d0f1c0bac4890838d0861..64d9f0a80c133eb486067b019f82499060a4767c:/cookbooks/php/recipes/apache.rb diff --git a/cookbooks/php/recipes/apache.rb b/cookbooks/php/recipes/apache.rb index ead6a5f73..dc60248ba 100644 --- a/cookbooks/php/recipes/apache.rb +++ b/cookbooks/php/recipes/apache.rb @@ -23,6 +23,10 @@ include_recipe "php::fpm" apache_module "proxy" apache_module "proxy_fcgi" +apache_module "php#{node[:php][:version]}" do + action :disable +end + apache_conf "php#{node[:php][:version]}-fpm" do action :enable end