You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by azeem ahmad <az...@msn.com> on 2006/02/27 15:56:33 UTC

[users@httpd] webdav

hi list
i have configured a webdav directory. but when i try to connect to it, it 
doesnt ask for credentials
how could i make it
configuration is as below

<Directory /dav/>
DAV On
AuthType Basic
AuthName "must"
AuthUserFile "/root/davlogin"
<LimitExcept GET HEAD OPTIONS>
Require user webdav
</LimitExcept>
</Directory>

Regards
Azeem



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org