From 8a9667c9cd42f85516dc5d0984e0c495fe29b7b8 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Mon, 14 Oct 2013 13:10:01 +0400 Subject: [PATCH] Fix apache cfg --- git.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 14f4e8d..3818e58 100644 --- a/git.spec +++ b/git.spec @@ -5,7 +5,7 @@ Name: git Epoch: 1 Version: 1.7.11.3 -Release: 3 +Release: 4 Summary: Global Information Tracker License: GPLv2 Group: Development/Other @@ -162,6 +162,7 @@ Git obsolete commands, bound to extinction Summary: cgi-bin script for browse a git repository with web browser Group: System/Servers Requires: git-core = %{EVRD} +Requires: apache-mod_perl %description -n gitweb cgi-bin script for browse a git repository with web browser. @@ -234,6 +235,7 @@ Alias /gitweb %{_datadir}/gitweb Require all granted Options ExecCgi DirectoryIndex gitweb.cgi + AddHandler cgi-script .cgi EOF