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

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

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

Hallo,

Thursday, August 26, 2004, 2:40:43 AM, you wrote:

TJ> Eros Ramos wrote:

>> Does It possible and recommendable a server in DMZ running apache
>> accessing the repository through network ?
>>
>>
>>
>> I mapped the network alias through to another server into the server
>> running Apache, but it didn’t work.
>>
TJ> No, the repository must be on the same physical machine that Apache is
TJ> running on, at least with BDB in 1.0.

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.

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

DMZ:

<IfModule mod_proxy.c>

    ProxyRequests Off

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

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

</IfModule>

TJ> It might even be
TJ> possible to proxy from the DMZ Apache to an svnserve process on the
TJ> Subversion server if installing Apache on the Subversion server isn't
TJ> possible.

TJ> ---------------------------------------------------------------------
TJ> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
TJ> For additional commands, e-mail: users-help@subversion.tigris.org

-- 
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 13:51:49 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.