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

403 Forbidden

From: Frank Febbraro <frankfebbraro_at_earthlink.net>
Date: 2004-06-10 15:34:57 CEST

Hey all,

Using Subversion 1.0.4 on RedHat 9 with Apache 2.0.48 installed witht he binary RPMs.

When I access my URL (http://server/repo) I get a 403 Forbidden error

My /etc/httpd/conf.d/subversion.conf:

LoadModule dav_svn_module modules/mod_dav_svn.so

<Location /repo>
    DAV svn
    SVNParentPath /svn

# AuthType Basic
# AuthName "Phase2 Subversion"
# AuthUserFile /phase2/passwd
# Require valid-user
</Location>

If I turn authenticatin on, it prompts me for a password, THEN gives me the forbidden error.

My error_log is as such:
[Thu Jun 10 09:11:11 2004] [error] Could not fetch resource information. [403, #0]
[Thu Jun 10 09:11:11 2004] [error] (2)No such file or directory: The URI does not contain the name of a repository. [403, #190001]

I have not imported any files into the repository, but I was hoping to at least see an empty one.

Thanks in advance,
Frank
Received on Thu Jun 10 15:38:07 2004

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.