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
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
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