X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0689c09ff5ec373c978c55abb058f4dfdee6ada6..5680fb8cfeab3486ae5bfe1283ffc6cf13ac57a2:/cookbooks/web/recipes/backend.rb diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index b059d4f44..df22c123d 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -24,9 +24,10 @@ include_recipe "web::cgimap" web_passwords = data_bag_item("web", "passwords") -apache_module "fastcgi-handler" apache_module "remoteip" apache_module "rewrite" +apache_module "proxy" +apache_module "proxy_fcgi" apache_site "default" do action [ :disable ]