[users@httpd] WebDAV directory allowing all access despite limits
by Sean Davis other posts by this author
Feb 28 2006 5:56AM messages near this date
[users@httpd] Case insensitive username-matching in htaccess
|
Re: [users@httpd] WebDAV directory allowing all access despite limits
I am running the following on MacOS 10.4.5:
Apache/2.0.54 (Unix) DAV/2 proxy_html/2.5 SVN/1.2.3 PHP/5.0.4 mod_perl/2.0.1
Perl/v5.8.6
I have a webDAV directory configured as such:
<Location /webDAV/public/>
Dav On
AuthType Basic
AuthName "Public WebDAV Repository"
AuthUserFile /usr/local/apache2/passwd/htpass
Options none
AllowOverride none
<LimitExcept GET HEAD OPTIONS>
Require user sean
</LimitExcept>
</Location>
However, when I connect to this DAV directory (via the mac "connect to
server"), I can happily PUT, DELETE, and PROPFIND. Below is the access log.
I'm confused as to why I can still do these things with the above
configuration.
128.231.145.14 - sean [28/Feb/2006:08:46:34 -0500] "PUT
/webDAV/public/Abstract.doc HTTP/1.1" 204 -
<SNIP>
128.231.145.14 - sean [28/Feb/2006:08:46:55 -0500] "DELETE
/webDAV/public/Abstract.doc HTTP/1.1" 204 -
128.231.145.14 - sean [28/Feb/2006:08:46:55 -0500] "DELETE
/webDAV/public/._Abstract.doc HTTP/1.1" 204 -
128.231.145.14 - sean [28/Feb/2006:08:46:55 -0500] "PROPFIND /webDAV/public/
HTTP/1.1" 207 2230
128.231.145.14 - sean [28/Feb/2006:08:49:00 -0500] "PROPFIND /webDAV/public/
HTTP/1.1" 207 560
128.231.145.14 - sean [28/Feb/2006:08:49:00 -0500] "PROPFIND /webDAV/public/
HTTP/1.1" 207 2230
128.231.145.14 - - [28/Feb/2006:08:49:00 -0500] "GET
/webDAV/public/._Templeton HTTP/1.1" 304 -
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@[...].org
" from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Sean Davis
Nick Kew
Sean Davis
Joshua Slive
Sean Davis
|