Re: [users@httpd] Plumbing svn over https and mod_proxy_html

2013-07-25 Thread Jeff Trawick
On Thu, Jul 25, 2013 at 2:00 AM, Philip Prindeville < philipp_s...@redfish-solutions.com> wrote: > Hi. > > I have Intranet access to SVN/DAV over HTTPS and it works fine. > > Now I need to open it up to external access, using mod_proxy_html to > forward requests to the /repos/ path to the SVN serv

Re: [users@httpd] Plumbing svn over https and mod_proxy_html

2013-07-25 Thread Glob Design Info
On most platforms you have to set some kind of client-side specifics to tell it what port, name, and repo you are using. On 7/24/13 11:00 PM, Philip Prindeville wrote: Hi. I have Intranet access to SVN/DAV over HTTPS and it works fine. Now I need to open it up to external access, using mod_pr

[users@httpd] Plumbing svn over https and mod_proxy_html

2013-07-24 Thread Philip Prindeville
Hi. I have Intranet access to SVN/DAV over HTTPS and it works fine. Now I need to open it up to external access, using mod_proxy_html to forward requests to the /repos/ path to the SVN server from our corporate server (which is where we port-forward 80 and 443 from the outside). I've been play