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

403 Forbidden on Redhat EL v3.0

From: karl Estermann <kae_at_aals.ch>
Date: 2005-02-20 09:35:21 CET

 
Hey all,

Using Subversion 1.1.0 on RedHat EL V3.0 with Apache 2.0.48 installed witht he binary RPMs.

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

My /etc/httpd/conf/httpd.conf:
My repository is on /home/svn/repos

i can access to my file with local file access it's work.

LoadModule dav_svn_module modules/mod_dav_svn.so

<Location /repos>
Dav svn
SVNParentPath /home/svn/repos
require valid-user
#AuthzSVNAccessFile /usr/local/etc/svn/svn-access-file
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /usr/local/etc/svn/svn-auth-file
ContentDigest on
allow from all

</Location>

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

My error is as such:
 

Forbidden
You don't have permission to access /repos on this server.

--------------------------------------------------------------------------------

Apache/2.0.46 (Red Hat) Server at 192.168.1.109 Port 80
I have imported any files into the repository.

Has anybody a step by step paper to install the http acces on subversion.

Thanks in advance,
Karl
Received on Sun Feb 20 22:27:08 2005

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.