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

Re: Weird SVN Auth issue

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-12-06 21:38:09 CET

James Richardson wrote:
> Yes it has the correct permissions
>
> [root@server]# ls -al /opt/svn/svnauth
> -rw-r--r-- 1 apache apache 70 Dec 6 12:31 /opt/svn/svnauth
>
> httpd.conf:
> <snip>
> User apache
> Group apache
> </snip>
>
> On Tue, 2005-12-06 at 15:10 -0500, Frank Gruman wrote:
>
>> James Richardson wrote:
>>
>>> <snip>
>>> AuthUserFile /opt/svn/svnauth
>>> </snip>
>>>
>>>
>>>
>> Did you ensure your Apache user is able to read the svnauth file??
>>
>> Regards,
>> Frank
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
<note to self>I should ask more of these questions in a single email
....</end note>

Is there anything in the error_log file?

Also - and this just occurred to me - do you have this virtual host
embedded inside of a main configuration file that may also be listening
on port 80? Keep in mind that the default port is set to listen on 80
already.

Perhaps this is complaining based on some other conflict in your config
file (e.g. a <Limit> of some sort elsewhere in your file). Also - I've
seen it before - in testing configurations, did you create another
<Location> directive for this repository elsewhere? Make sure there is
only one.

But definitely look in the error log to see what that is saying. It
should give you something more.

Regards,
Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 6 21:41:42 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.