Hello Ben,

> Yes, I want to run on both ports at the same time. I did this previously
> under our Apache2+SVN configuration on Linux without any problem.

VisualSVN Server does not have a switch in it's UI to enable HTTPS and
HTTP both (we consider to
implement it in future versions, though). You can manually modify
VisualSVN Server config with a text editor to implement this:

IMPORTANT NOTE: Integrated Windows Authentication doesn't work over
HTTP by default. Please refer to
http://www.visualsvn.com/support/topic/00040/.

1. Stop VisualSVN Server service,
2. Enable HTTPS in VisualSVN Server settings,
3. Add the following strings to '%VISUALSVN_SERVER%conf\httpd-custom.conf':

[[
Listen 82
<VirtualHost *:82>
SSLEngine off
</VirtualHost>
]]

4. Start the VisualSVN Server service. Plain HTTP access is enabled
though port 82.

Hope it helps.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to