summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-12-07 21:31:52 -0500
committerTodd Zullinger <tmz@pobox.com>2008-12-23 10:27:03 -0500
commit5b05644cce52e24ab2e140bb831803efdb365660 (patch)
tree73973de9d50deb9e1b64361d6170ffbb3b95bc02
parenta59ef2a254f9e856fd30a5fb4b6087a5064dce2f (diff)
downloadgit-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.gz
git-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.xz
git-package-5b05644cce52e24ab2e140bb831803efdb365660.zip
Include DirectoryIndex in gitweb httpd-config (bug 471692)
-rw-r--r--git.conf.httpd1
-rw-r--r--git.spec1
2 files changed, 2 insertions, 0 deletions
diff --git a/git.conf.httpd b/git.conf.httpd
index 3611943..4f4eac7 100644
--- a/git.conf.httpd
+++ b/git.conf.httpd
@@ -3,4 +3,5 @@ Alias /git /var/www/git
<Directory /var/www/git>
Options +ExecCGI
AddHandler cgi-script .cgi
+ DirectoryIndex gitweb.cgi
</Directory>
diff --git a/git.spec b/git.spec
index 24b0043..d343911 100644
--- a/git.spec
+++ b/git.spec
@@ -270,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
* Sat Dec 20 2008 Todd Zullinger <tmz@pobox.com> 1.6.0.6-2
- Install git-* commands in %%{_libexecdir}/git-core, the upstream default
- Remove libcurl from Requires, rpm will pick this up automatically
+- Include DirectoryIndex in gitweb httpd-config (bug 471692)
- Preserve timestamps on installed files
- Quiet some rpmlint complaints
- Use macros more consistently