[Bug 1935] current_root still in /etc/viewcvs/templates/include/branch_form.ezt
Christian Reis via Malone
1935 at bugs.launchpad.net
Mon Aug 29 14:26:25 UTC 2005
Public bug report changed:
https://launchpad.net/malone/bugs/1935
Comment:
If you allow me to piggyback on this report, the instructions on setting it up
are a bit wonky. Here's what I'm using:
<VirtualHost 192.168.99.4 200.171.140.32 127.0.0.1>
DocumentRoot
/usr/share/viewcvs
ServerName cvsweb.foo.com
DirectoryIndex /cgi-
bin/viewcvs.cgi
Alias /doc/viewcvs/ /usr/share/viewcvs/
<Location
/doc/viewcvs>
# Important; we need to set this because of the default /doc
location
# access controls.
Allow from all
</Location>
</VirtualHost>
I'm not sure that DirectoryIndex is the proper way to do this, but it works for
me <tm>.
More information about the universe-bugs
mailing list