Reverse Proxy
From: Stephen Nelson-Smith <sanelson_at_gmail.com>
Date: 2007-11-27 12:06:10 CET
Hello,
I've got a single front-end webserver which serves normal web content,
ProxyPass /svn http://svn.mydomain.com
The svn server itself has a generic dav_svn setup:
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /repos>
From my workstation, I can browse to front.web.server/svn/repos and
svn co http://10.0.0.100/svn/repos test
svn import Desktop http://10.0.0.100/svn/repos -m "test"
What do I need to do to make this possible?
S.
---------------------------------------------------------------------
|
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.