Hello,
I'm trying to set up a Subversion repository with an Apache 2 Webserver
allowing HTTPS access only. I've set up a Virtual Host so far that does
the whole HTTPS thing and configured it using <Location / > so that the
repositories under the SNVParentPath are exposed directly under the
server name, for I want to access repository test with URI
https://server/test. This works so far using the subversion client for
checking out etc. Now I want to use a webbrowser for some quick browsing
through the sources when I'm not on a machine with a svn client. When I
type https://server/test as the URL, I'm redirected to
http://server/test/ (with trailing slash, but HTTP only). As the machine
is configured to display a website with some information when using
HTTP, it certainly cannot find the repository there and displays a HTTP
404. If I use https://server/test/ (with the trailing slash), everything
works fine. I'm quite puzzled by this behaviour, since the very same
thing (redirect from dir to dir/ without leaving HTTPS) works fine on
this server using other virtual hosts without DAV. What am I doing wrong
here?
Please CC me in your answers as I'm not subscribed to the list.
Thx in advance
Markus
Received on Thu Apr 7 12:37:13 2005