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

Re: Unable to access our SVN server using SVN 1.8 client

From: Ben Reser <ben_at_reser.org>
Date: Wed, 26 Feb 2014 09:27:19 -0800

On 2/25/14, 3:37 PM, Ben Reser wrote:
> Both mod_authz_default and mod_authz_forbid are registering in the
> APR_HOOK_LAST group. So their order is not determinate. If you want to avoid
> mod_authz_forbid activating for any other traffic (with or without
> mod_authz_default) loaded you should add the following directive inside your
> server level of your httpd.conf (i.e. outside a Location/Directory block):
> AuthzForbidAuthoritative On

The above should be "AuthzForbidAuthoritative Off". Sorry about the typo.
Received on 2014-02-26 18:27:55 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.