]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/backend.rb
nominatim: enable file-based query log and log rotation
[chef.git] / cookbooks / web / recipes / backend.rb
index b059d4f4435a7e126c28ec3987933c08594ef3c9..df22c123d2dbf450b46f3cd07249bc037f75fc86 100644 (file)
@@ -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 ]