X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/50de6b0d099727cd186f8fe85122759320592ac1..326a072ad0025a729806c9c9ab1d98effc65886a:/cookbooks/web/recipes/backend.rb diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index b059d4f44..7dc229eeb 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -24,10 +24,16 @@ include_recipe "web::cgimap" web_passwords = data_bag_item("web", "passwords") -apache_module "fastcgi-handler" apache_module "remoteip" apache_module "rewrite" +if node[:lsb][:release].to_f >= 14.04 + apache_module "proxy" + apache_module "proxy_fcgi" +else + apache_module "fastcgi-handler" +end + apache_site "default" do action [ :disable ] end