[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re[3]: Does Apache can access the repository through network ?

From: Malte Woelky <Malte.Woelky_at_gmx.de>
Date: 2004-08-26 13:59:38 CEST

Hallo,

Thursday, August 26, 2004, 1:51:27 PM, you wrote:

TJ>> It would probably be possible using Apache's Proxy capabilities to pass
TJ>> requests from one Apache server to another, for example from Apache in
TJ>> the DMZ to Apache running on the Subversion server.

MW> Yes, I have this running and mod_proxy works fine!
MW> You can choose with sub-url you want to proxy so which repos (or all)
MW> should be accessable from outside:

MW> DMZ:

MW> <IfModule mod_proxy.c>

MW> ProxyRequests Off

MW> ProxyPass /repos http://svn.intern/repos
MW> ProxyPassReverse /repos http://svn.intern/repos

MW> ProxyPass /viewcvs http://svn.intern/viewcvs
MW> ProxyPassReverse /viewcvs http://svn.intern/viewcvs

MW> </IfModule>

Of course, you should add authentification to the intern url if it's
not intented to be for everyone and use maybe https:// on both apache
servers

-- 
Best regards,
 Malte                            mailto:malte.woelky@gmx.de
Malte Woelky -=[SkyNet]=- 
Unix/DBs/Networks/LDAP/Active Directory 
Cert  : MCSA 2000+2003, MCSA:msg, MCSE 2000+2003
voice : 0209/977 37 03 : 0173/90 32 167 
eMail : Malte.Woelky@gmx.de 
WWW : http://www.woelky.net/ 
_________ ICQ# 12 767 43 99 _________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 26 14:00:34 2004

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.