1
2
3
4
5
6
7
AuthType Basic
AuthName Testsuite WebDAV
AuthUserFile .htpasswd
<limit GET POST PUT>
require user test
</limit>