Apache configuration advice
From: Sander Marechal <s.marechal_at_jejik.com>
Date: Fri, 31 Jul 2009 22:57:34 +0200
Hi all,
I need some advice on serving Subversion through Apache on Linux.
At the moment I have quite a few svn repositories. They all live under
But now I have one repository under /var/lib/svn that should not be
I tried adding an extra <Location "/my-private-repository"> in the
I have quite a few repositories and I don't want to list them all
Any help is appreciated, Thanks in advance. My current configuration
=== Apache configuration ===
<VirtualHost *:443>
ServerName svn.example.org:443
# SSL configuration snipped
LogLevel debug
<Location "/">
AuthType Basic
<LimitExcept GET PROPFIND OPTIONS REPORT>
</VirtualHost>
=== svn-groups configuration ===
[groups]
[/]
-- Sander Marechal ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377556 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-07-31 23:00:12 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.