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
Order deny,allow
Deny from all
Allow from 192.168.201.1
Where is a bug?
Do you need more info? I can make some tests.
--
Andrzej Zawadzki