From: Tom Hughes Date: Sun, 5 Feb 2023 11:06:18 +0000 (+0000) Subject: Enable mod_cgid for gps-tile X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/bddcfb89a44b2c046bbebb708d8c3b551a7b2278 Enable mod_cgid for gps-tile --- diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 1a8cdbce4..5fa394481 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -127,6 +127,7 @@ remote_directory "/srv/gps-tile.openstreetmap.org/html" do files_mode "644" end +apache_module "cgid" apache_module "headers" apache_module "rewrite"