From c97cf8e11f90a5954396b5e9d7f2f3563009c3dc Mon Sep 17 00:00:00 2001 From: jwboyer Date: Sat, 4 Aug 2007 02:05:22 +0000 Subject: Add git-daemon and gitweb packages --- git.conf.httpd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 git.conf.httpd (limited to 'git.conf.httpd') diff --git a/git.conf.httpd b/git.conf.httpd new file mode 100644 index 0000000..3611943 --- /dev/null +++ b/git.conf.httpd @@ -0,0 +1,6 @@ +Alias /git /var/www/git + + + Options +ExecCGI + AddHandler cgi-script .cgi + -- cgit