]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- gitweb files auto/th/git-core-1_5_2_2-3
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 24 Jun 2007 12:01:02 +0000 (12:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core-gitweb-httpd.conf -> 1.1
    git-core-gitweb.conf -> 1.1

git-core-gitweb-httpd.conf [new file with mode: 0644]
git-core-gitweb.conf [new file with mode: 0644]

diff --git a/git-core-gitweb-httpd.conf b/git-core-gitweb-httpd.conf
new file mode 100644 (file)
index 0000000..7a14945
--- /dev/null
@@ -0,0 +1,23 @@
+<Directory /usr/share/gitweb>
+       AllowOverride None
+       Allow from All
+</Directory>
+
+# Version 1 (default): under /cgi-bin/gitweb.cgi address
+ScriptAlias /cgi-bin/gitweb.cgi /usr/lib/cgi-bin/gitweb.cgi
+Alias /gitweb/ /usr/share/gitweb/
+<Location /cgi-bin/gitweb.cgi>
+       Allow from All
+</Location>
+
+# Version 2: gitweb as a handler to whole vhost:
+#<VirtualHost *:80>
+#      ServerName gitweb
+#
+#      Alias /gitweb/ /usr/share/gitweb/
+#      DocumentRoot /usr/lib/cgi-bin/gitweb.cgi
+#      <Location />
+#              Options ExecCGI
+#              Allow from All
+#      </Location>
+#</VirtualHost>
diff --git a/git-core-gitweb.conf b/git-core-gitweb.conf
new file mode 100644 (file)
index 0000000..7e5be9a
--- /dev/null
@@ -0,0 +1,24 @@
+# 
+# this file is a fragment of a PERL code
+# you can set variables using  "our $variable = value;"
+# comments start with "#"
+# 
+# for more info, refer to README and INSTALL files installed
+# in /usr/share/doc/git-core-gitweb*
+#
+
+#
+# to enable blame, pickaxe search and snapshot support, while allowing
+# individual projects to turn them off, uncomment the following
+# 
+
+# $feature{'blame'}{'default'} = [1];
+# $feature{'blame'}{'override'} = 1;
+
+# $feature{'pickaxe'}{'default'} = [1];
+# $feature{'pickaxe'}{'override'} = 1;
+
+# $feature{'snapshot'}{'default'} = ['x-gzip', 'gz', 'gzip'];
+# $feature{'snapshot'}{'override'} = 1;
+
+# vim: set ft=perl
This page took 0.277984 seconds and 4 git commands to generate.