Ticket #29 (assigned todo)
gitweb hostname
| Reported by: | raevol | Owned by: | goibhniu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | infrastructure | Keywords: | apache |
| Cc: | Blocked By: | ||
| Blocking: |
Description
This is a minor thing that I thought I could fix, but I was wrong. Currently if you browse to http://git.lumiera.org/ you are taken to the Lumiera homepage. I think it would be better if that URL redirected to http://git.lumiera.org/gitweb. Alternatively, it would be nice if http://git.lumiera.org/ just displayed the gitweb interface without the /gitweb path. In addition to the second solution, http://lumiera.org/gitweb should be removed. I would like someone familiar with Apache2 config to suggest a solution and maybe even implement it.
Change History
comment:1 Changed 3 years ago by goibhniu
- Owner changed from ct to goibhniu
- Status changed from new to assigned
comment:2 Changed 3 years ago by ct
from git.pipapo.org's config:
# Enable gitweb for / Alias /gitweb.css /usr/share/gitweb/gitweb.css Alias /git-logo.png /usr/share/gitweb/git-logo.png Alias /git-favicon.png /usr/share/gitweb/git-favicon.png ScriptAliasMatch ^/$ /usr/lib/cgi-bin/gitweb.cgi
Note: See
TracTickets for help on using
tickets.
