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

R: Architecture question

From: Ing. Francesco Dalan <f.dalan_at_mbm.it>
Date: 2006-03-20 19:43:31 CET

Hi Nico,
    thank you for your answer.
 
With a "separate machine" configuration, I'd like to configure a virtual
host on the Apache side. So, the virtual host configuration will be:
<Location /repo>
    DAV svn
    SVNPath ....
    
</Location>
 
Now, if I use the mod_dav module, how can I set the IP for the SVN
server?
 
Thanks in advance
 
 

------------------------------------------------------------------------
--------------
Ing. Francesco Dalan
M.B.M. Italia S.r.l. Via Pellizzo 14/A 35128 Padova
Tel. +39.49.8995731 Fax +39.49.8995722 Cell. +39.348.3675906
E-mail : f.dalan@mbm.it <mailto:f.dalan@mbm.it>

 

________________________________

Da: Nico Kadel-Garcia [mailto:nkadel@comcast.net]
Inviato: domenica 19 marzo 2006 17.18
A: Ing. Francesco Dalan; users@subversion.tigris.org
Oggetto: Re: Architecture question

Use a separate server, or very carefully configure the Apache
installation to allow access to only certain projects, or many other
approaches are possible.
 
Me, I'd tend to put the alternate server on an alternate IP address and
carefully control access to *that* as a virtual server in the Apache
configuration. That allows you to set the firewall rules to access only
that location, but it leaves you vulnerable to mis-configurations of the
Apache server and unauthorized user access to other repositories or
parts of the repository. If possible, why not simply use a separate
machine for the SVN server/Apache server that will allow some public
access.

        ----- Original Message -----
        From: Ing. Francesco Dalan <mailto:f.dalan@mbm.it>
        To: users@subversion.tigris.org
        Sent: Thursday, March 16, 2006 9:19 AM
        Subject: Architecture question

        Hi to all,
            I'm new to SVN. It is possible to maintain the SVN server
and the http server separate? I'd like to put the svn server behind a
firwall and use the external http server (Apache 2.0) to publish (in
read only) some projects. How can do it?
         
         
        Thanks in advance
         

        
------------------------------------------------------------------------
--------------
        Ing. Francesco Dalan
        M.B.M. Italia S.r.l. Via Pellizzo 14/A 35128 Padova
        Tel. +39.49.8995731 Fax +39.49.8995722 Cell. +39.348.3675906
        E-mail : f.dalan@mbm.it <mailto:f.dalan@mbm.it>

         
Received on Mon Mar 20 19:43:55 2006

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.