Re: SVN appache configuration.
From: Corey Shaw <cshaw_at_q90.com>
Date: Wed, 1 Apr 2009 20:44:02 -0600 (MDT)
You can always create a virtual host that listens on port 80 that simply redirects to port 443:
<VirtualHost *:80>
<VirtualHost *:443>
.... Virtual Host SSL settings
</VirtualHost>
I currently use this on my company's SVN repository.
_____________________
On Mar 31, 2009, at 14:13, hessiess_at_hessiess.com wrote:
> I have managed to get SVN working with Apache and HTTPS, by
Looking over those instructions briefly, it looks like their
> Also, if a browser is pointed at the svn repository's url it is
Again, looking briefly at their instructions, their <Location> block
You may also wish to read the official documentation available at:
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.