[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: James Richardson <jrichardson_at_x-iss.com>
Date: 2005-12-06 22:19:44 CET

Another thing to note is that when accessing a repository via a
webbrowser I get a 404 not found page. For some reason it appears that
apache isn't using the Location tag when it's got the Auth stuff in it.
Although I can't see any errors in my config.

On Tue, 2005-12-06 at 14:54 -0600, James Richardson wrote:
> > Is there anything in the error_log file?
>
> No, not in the error_log. Here is what gets output into the access log
> when I try to access something with the authentication enabled:
>
> <snip>
> 10.0.1.126 - - [06/Dec/2005:14:36:39 -0600]
> "PROPFIND /svn/myrepo/branches/jrichardson HTTP/1.1" 401 484
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600]
> "PROPFIND /svn/myrepo/branches/jrichardson HTTP/1.1" 404 313
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600]
> "PROPFIND /svn/myrepo/branches HTTP/1.1" 404 301
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600] "PROPFIND /svn/myrepo
> HTTP/1.1" 404 292
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600] "PROPFIND /svn HTTP/1.1"
> 404 284
> 10.0.1.126 - - [06/Dec/2005:14:36:41 -0600] "PROPFIND / HTTP/1.1" 405
> 319
> </snip>
>
> >
> > 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.
>
> This virtual host is accepting connections for the correct name (via
> name-based virtual hosts). I've got the ServerName attribute specified
> in my virtual host correctly. I've also commented out all other virtual
> hosts while trying to debug this.
>
> > 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.
>
> No, In fact I've removed all the Limit tags. and the only Location tag I
> have is in my virtual host.
>
> >
> > But definitely look in the error log to see what that is saying. It
> > should give you something more.
>
> I wish it did. What is extremely odd is that it only gives the issue
> when doing an authentication.
>
> >
> > Regards,
> > Frank
> >
> >

-- 
===================================
James T. Richardson, Jr.
eXcellence in IS Solutions, Inc.
jrichardson@x-iss.com
-----------------------------------
Office: 713-862-9200
Voicemail: 713-339-7226
Fax: 713-586-3224
===================================
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 6 22:21:46 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.