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

Re: How to configure apache for mutilple SVN repository ?

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-08-29 15:38:58 CEST

On Wed, Aug 29, 2007 at 06:26:34AM -0700, chetanchatwani wrote:

> <Location "/swa">
> DAV svn
> SVNParentPath /svn
> AuthzSVNAccessFile /svn/sbmrepos/conf/authz
> Require valid-user
> AuthType Basic
> AuthUserFile /svn/sbmrepos/conf/apachepasswd
> AuthName "Savvion Subversion Repository"
> </Location>

Don't put AuthzSVNAccessFile and AuthUserFile under SVNParentPath, for
two reasons:
1st, both files wouldbe handled by mod_dav_svn, and 2nd, for security
reasons, these files should never ever accessible from the web, so put
them somewhere outside your ServerRoot.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 29 15:36:31 2007

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.