mirror of
https://abf.rosa.ru/djam/git.git
synced 2025-02-23 04:02:47 +00:00
Fix apache cfg
This commit is contained in:
parent
efe2ea1547
commit
8a9667c9cd
1 changed files with 3 additions and 1 deletions
4
git.spec
4
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
|
||||
</Directory>
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue