mod_dav_svn + ssl -- protocol changes from 'https' to 'http' after authentication
From: Danny MacMillan <flowers_at_users.sourceforge.net>
Date: 2006-04-11 02:36:31 CEST
Hi,
I have a subversion repository being served up by Apache2 and
If I try to access the repository using the following URL:
https://dev.example.com/projectname/svn
I am prompted for authentication, just as I should be. Once I
http://dev.example.com/projectname/svn/
Since this URL doesn't point to anything useful, I get a 404.
If I try to access the same repository using THIS URL:
https://dev.example.com/projectname/svn/
It works as expected -- I authenticate and it then shows me the
I'm sure there's something simple I'm missing, but I don't know
Relevant portions of httpd.conf:
<Location /projectname/svn>
<VirtualHost 192.168.1.251:443>
-- Danny MacMillan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Apr 11 19:05:45 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.