From: Tom Hughes Date: Fri, 13 May 2016 13:02:53 +0000 (+0100) Subject: Enable mod_cgid on planet servers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/93d4d66ccc3451ada82aabd9b0a626649b3c68a3?hp=06b834f31695fd5a75fe0c4972582a7ae8036ca2 Enable mod_cgid on planet servers --- diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index 82a491a89..db02b6ad4 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -83,6 +83,7 @@ template "/usr/local/bin/apache-latest-planet-filename" do mode 0755 end +apache_module "cgid" apache_module "rewrite" apache_module "proxy_http"