[Bug 231844] Re: gitweb should be able to handle different configuration files

2009-01-14 Thread Adam Buchbinder
No bug here; marking as invalid. ** Changed in: git-core (Ubuntu) Status: Incomplete => Invalid -- gitweb should be able to handle different configuration files https://bugs.launchpad.net/bugs/231844 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

Re: [Bug 231844] Re: gitweb should be able to handle different configuration files

2008-07-07 Thread Alberto Bertogli
On Sun, Jul 06, 2008 at 09:52:58PM -, Ansgar Burchardt wrote: > gitweb looks in the file pointed to by GITWEB_CONFIG for a configuration > file. You can set this in .htaccess or virtual host configuration: > > ServerName git.domain.org > DocumentRoot /pub/git > RewriteEngine on >

[Bug 231844] Re: gitweb should be able to handle different configuration files

2008-07-06 Thread Ansgar Burchardt
gitweb looks in the file pointed to by GITWEB_CONFIG for a configuration file. You can set this in .htaccess or virtual host configuration: ServerName git.domain.org DocumentRoot /pub/git RewriteEngine on RewriteRule ^/(.*\.git/(?!/?(info|objects|refs)).*)?$ /cgi-bin/gitweb.cgi%