From: Martin Waitz <tali@admingilde.org>
To: Carl Worth <cworth@cworth.org>
Cc: Jakub Narebski <jnareb@gmail.com>, git@vger.kernel.org
Subject: Re: [PATCH] gitweb: configurable home link string
Date: Wed, 16 Aug 2006 00:11:48 +0200 [thread overview]
Message-ID: <20060815221147.GB14459@admingilde.org> (raw)
In-Reply-To: <87mza5ycfr.wl%cworth@cworth.org>
[-- Attachment #1: Type: text/plain, Size: 931 bytes --]
hoi :)
On Tue, Aug 15, 2006 at 01:24:40PM -0700, Carl Worth wrote:
> Currently I've got gitweb running at the root URL on its own domain
> with the following apache configuration:
>
> ScriptAlias / /usr/lib/cgi-bin/gitweb
I use the following configuration:
DocumentRoot /pub/git
RewriteEngine on
RewriteRule ^/(.*\.git/(.*\.html)?)?$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT]
this has the advantage that normal http: repository accesses go to the
normal web server and only gitweb accesses go to the CGI.
> Finally, once I get that working, I would like gitweb to generate URLs
> of this form in the link it generates. Does it have that capability
> yet? (It would also be nice if it didn't append options that are the
> default anyway, such as ";a=summary").
I had this for an very old gitweb version and am currently
reimplementing it for current gitweb versions.
--
Martin Waitz
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-08-15 22:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-14 22:50 [PATCH] gitweb: configurable home link string Yasushi SHOJI
2006-08-15 16:15 ` Jakub Narebski
2006-08-15 19:27 ` Martin Waitz
2006-08-15 19:36 ` Jakub Narebski
2006-08-15 20:24 ` Carl Worth
2006-08-15 22:11 ` Martin Waitz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060815221147.GB14459@admingilde.org \
--to=tali@admingilde.org \
--cc=cworth@cworth.org \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).