]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_cgid on planet servers
authorTom Hughes <tom@compton.nu>
Fri, 13 May 2016 13:02:53 +0000 (14:02 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 13 May 2016 13:02:53 +0000 (14:02 +0100)
cookbooks/planet/recipes/default.rb

index 82a491a89f302b8fb8abeaad2a620c7ef96db49d..db02b6ad45aead49d75e966a9c670545a7b9b4f9 100644 (file)
@@ -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"