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

Re: subversion auth setup 500 Internal Error "Need Authname"

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Fri, 18 Mar 2011 00:44:11 -0500

On Mar 17, 2011, at 23:23, bruce wrote:

> I have the following in the subversion.conf for the apache server:
>
> <Location /repos>
> DAV svn
> SVNPath /apps/CollegeDir/CollegeRepository/
>
> AuthzSVNAccessFile /asvn/svnAccessAuthz
> AuthType Basic
> # AuthName "Subversion Repository"
> AuthUserFile /asvn/svnUserAuthz
> Require valid-user
> #
> # # Limit write permission to list of valid users.
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # # Require SSL connection for password protection.
> # # SSLRequireSSL
> #
> # AuthType Basic
> # AuthName "Authorization Realm"
> # AuthUserFile /path/to/passwdfile
> # Require valid-user
> # </LimitExcept>
> </Location>

> When I try to access the repos, using the following i get the Internal
> 500 error, with the "Need Authname /foo" in the apache err logs.

Do you actually have an AuthName directive? Your config above shows it commented out.
Received on 2011-03-18 06:44:53 CET

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.