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

Complex Apache configuration: allow anonymous read access just from a specific IP

From: Paulo Eduardo Neves <pauloneves_at_gmail.com>
Date: Mon, 10 May 2010 15:16:07 -0700 (PDT)

Hi,
due to some strict business requirements, I need to do an overly
complex subversion repository access through Apache. I won't
configure it myself, so please see this is a no exit alley. Maybe
there is even a simpler way to configure it.

I'm integrating two repositories using the svn:external property.

I'm thinking to configure this external repository with two virtual
hosts. One open to everybody in the Internet, just can be accessed
with a password. The other one will just be accessed by my project,
will have a "host allow ip.of.my.proxy' and the option "Satisfy Any"

My great doubt is if two virtual hosts can access the same repository
without conflicts.

Is this a good idea?

Here are my restrictions are:
1) I'd like to access the external repository for reading without
passwords
2) Just our proxy server my access the repository without password
3) We should be able to access just a subdir in the external
repository
4) the external repository should be password accessible for anybody
in the Internet
5) a few people here would access the external repository with a
password to do commits

regards,
Paulo Eduardo Neves
Received on 2010-05-11 02:49:01 CEST

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.