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

Re: 403 Forbidden error when testing 'mod_dav_svn' enabled apache

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-01 22:29:50 CEST

On Sep 30, 2006, at 07:56, Reza Mostafid wrote:

> * Firing up apache works fine. No errors.
>
> * apachectl -M shows the svn modules are loaded as shared.
>
> * I can test the server with the built in Firefox browser
> and I get the 'It works!' message.

That message is of course from Apache, not the Subversion module.

> * When I try to view the repository in the browser via
> http://localhost/repos I get an error:
>
> '403 Forbidden
> You don't have permission to access /repos on this server'

[snip]

> * The necessary directives are there in the httpd.conf file
> right after the LoadModule directives:
>
> <Location /repos>
> DAV svn
> SVNParentPath <my own repository path>
> </Location>

[snip]

<my own repository path> is the path to the repository, or the path
to a directory containing several repositories? If the former, then
you need SVNPath, not SVNParentPath.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 1 22:30:33 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.