From: Tom Hughes Date: Sun, 9 Oct 2022 12:14:23 +0000 (+0100) Subject: Enable mod_cgid for git server X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1f0cc3991388fb590d32918a62a57c7923184884?ds=inline Enable mod_cgid for git server --- diff --git a/cookbooks/git/recipes/web.rb b/cookbooks/git/recipes/web.rb index 4bdd50160..bb99e482c 100644 --- a/cookbooks/git/recipes/web.rb +++ b/cookbooks/git/recipes/web.rb @@ -21,6 +21,7 @@ include_recipe "apache" package "gitweb" +apache_module "cgid" apache_module "rewrite" git_site = node[:git][:host]