[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: Dave Pawson <dave.pawson_at_gmail.com>
Date: 2007-08-29 16:47:52 CEST

On 29/08/2007, chetanchatwani <chetan@savvion.com> wrote:
> I am having two SVN repository named as sbmrepos and bpmdevrepos located
> under /svn directory.
> In httpd.conf I am having following config :
>
> <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>
>
> When I tried to access the repository, I am getting 403 Forbidden error. Any
> idea or suggestion how to configure it ?

My solution when I had this problem was that the ownership of
the repository was set to root?
I changed it all to apache:apache.

$chown -R apache:apache /svn

Also, I was on fedora, so the security thing needs changing using
$chcon -R -h -t httpd_sys_content_t /svn

But my apache config is just the same as yours.

HTH

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 29 16:48:37 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.