summaryrefslogtreecommitdiffstats
path: root/debian/apache2/gitweb.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:47:55 +0000
commitf04f772d4c2791a1bc0e36fe8df2dc8d62ea8378 (patch)
tree6601becfb9eccb5e3361f1f802e96ea7839bfca8 /debian/apache2/gitweb.conf
parentAdding upstream version 1:2.39.2. (diff)
downloadgit-f04f772d4c2791a1bc0e36fe8df2dc8d62ea8378.tar.xz
git-f04f772d4c2791a1bc0e36fe8df2dc8d62ea8378.zip
Adding debian version 1:2.39.2-1.1.debian/1%2.39.2-1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2/gitweb.conf')
-rw-r--r--debian/apache2/gitweb.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/apache2/gitweb.conf b/debian/apache2/gitweb.conf
new file mode 100644
index 0000000..cb914bc
--- /dev/null
+++ b/debian/apache2/gitweb.conf
@@ -0,0 +1,19 @@
+<IfModule mod_alias.c>
+ <IfModule mod_mime.c>
+ <IfModule mod_cgi.c>
+ Define ENABLE_GITWEB
+ </IfModule>
+ <IfModule mod_cgid.c>
+ Define ENABLE_GITWEB
+ </IfModule>
+ </IfModule>
+</IfModule>
+
+<IfDefine ENABLE_GITWEB>
+ Alias /gitweb /usr/share/gitweb
+
+ <Directory /usr/share/gitweb>
+ Options +FollowSymLinks +ExecCGI
+ AddHandler cgi-script .cgi
+ </Directory>
+</IfDefine>