Le 07/03/2010 03:27, Jonathan Nieder a écrit :
since the change in gitweb to make http://localhost/gitweb/ work
out of the box the aliases for /usr/share/gitweb/ stuff are wrong.
Could you send a patch for git-core.README.Debian? If Gerrit’s
repository mentioned in /usr/share/doc/git-core/README.source is still
down, you can use git://repo.or.cz/debian-git.git as a mirror.
I suspect something as simple as
Alias / /usr/share/gitweb
might do the trick in README.Debian, but I have not tried it, so I
would be happy to see someone who needs this to work investigating.
I do not understand . You tell that :
Alias / /usr/share/gitweb
should do the trick. But the current situation (broken ) is :
Alias /gitweb.css /usr/share/gitweb/gitweb.css
Alias /git-favicon.png /usr/share/gitweb/git-favicon.png
Alias /git-logo.png /usr/share/gitweb/git-logo.png
So exactly the same as the broken situation.
For me alising /usr/share/gitweb to / is the same as aliasing
/usr/share/gitweb/gitweb.css
to /gitweb.css.
The fact is that the cgi items points to /gitweb/gitweb.css and smaefor
others.
So maybe you meant :
Alias /gitweb /usr/share/gitweb
?
I don't know if this would work and will only test if you ask me so as
this is not a lot
easier than the three line we had for the three resources in
/usr/share/gitweb and
there is an index.cgi in this directory that would become readily
available from the net while it
was not beforehand.
I will do a patch as soon as we agreed on the fix.
Best regards,
Alban
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]