2011/3/8 Andrzej Zawadzki <zawa...@gmail.com>:
> On 07.03.2011 22:15, Konstantin Kolinko wrote:
>> 2011/3/6 Andrzej Zawadzki <zawa...@gmail.com>:
>>> Hi!
>>>
>>> After upgrade from apache-mod_dav_svn-1.6.12 to
>>> apache-mod_dav_svn-1.6.1{5,6}
>>> my repo isn't accessible without authorization  process - with
>>> login/password - works.
>>>
>>> My apache error log file shows only:
>>>
>>> [Thu Mar 03 17:18:19 2011] [error] [client 192.168.201.1] Invalid method
>>> in request USERINFO /static/trunk/ HTTP/1.1
>>>
>>> I've simple repo, which is mounting from a few servers via mount.davfs2
>>> My configuration allows access without authorization and this works with
>>> 1.6.12
>>>
>>> Software:
>>> davfs2-1.4.6
>>>
>>> configuration:
>>>
>>>  <Location /static/trunk>
>>>                Satisfy Any
>> Why not Satisfy All?
> Hmm worked and works, and is working now with ver. 1.6.12  -(I think
> than conf is from manual)

It means that 192.168.201.1 will bypass authentication. That is not an
invalid configuration, but a rare one.

>>>                Order deny,allow
>>>                Deny from all
>>>                Allow from 192.168.201.1
>>>
>> And the rest of the section?
> Rest? :-)

I would expect
  DAV svn
and
  SVNPath /path-to-repository

as in
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.basic

> </Location>
>



Best regards,
Konstantin Kolinko

Reply via email to