Karl Fogel wrote:
> Santeri Hernejärvi <gray@gray.mine.nu> writes:
>> Here's my config, running Apache/2.0.43 (Unix) DAV/2 SVN/0.14.3
>>
>> <Location /svn/repos>
>> DAV svn
>> SVNPath /var/svn
>> AuthType Basic
>> AuthName "Subversion repository"
>> AuthUserFile "/usr/local/apache2/conf/passwd"
>> Require valid-user
>> SetOutputFilter DEFLATE
>> </Location>
>>
>> If it's a bug somewhere I'd be happy to try to debug it, but
>> I'll need some pointers.
>
> I don't know what effect the `Require' has when it's at the top
> level of a <Location> block like this (i.e., not inside a <Limit>
> block). Perhaps it has no effect?
The effect is the same - it should work. A limit is just that - an
extra limit on which methods it applies to. So that's not the problem.
The only weird thing I can see is that it's "Require" and not
"require" (casing), but that shouldn't matter.
-- Naked
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 23:52:41 2002