Hello, I already asked my question here, but no one replied me.I try to do a webdav on my server but it doesn't work. I'm using the digest authentication.
cadaver http://www.forumanalogue.fr/webdav/ Authentication required for webdav on server `www.forumanalogue.fr': Username: clement Password: Authentication required for webdav on server `www.forumanalogue.fr': Username: clement Password: Could not open collection: Could not authenticate to server: rejected Digest challenge dav:/webdav/? To do this, I enable the three mods : dav_fs auth_digest authn_file I changed the user/group of the webdav repertory : www-data:www-data In the virtualhost, I put this section : <Location /webdav/> Dav On AuthType Digest AuthName "webdav" AuthDigestDomain /webdav/ AuthDigestProvider file AuthUserFile /home/www/www/.htdigest Require valid-user </Location> I created the password file : htdigest -c /home/www/www/.htdigest webdav clement I've got this in the logs : access.log :127.0.0.1 - - [20/May/2010:18:48:52 +0200] "OPTIONS /webdav/ HTTP/1.1" 401 881 "-" "cadaver/0.23.3 neon/0.29.0" 127.0.0.1 - clement [20/May/2010:18:49:02 +0200] "OPTIONS /webdav/ HTTP/1.1" 401 796 "-" "cadaver/0.23.3 neon/0.29.0"
error.log :[Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not in required group(s).
I don't understand what's wrong in my configuration.I'm running on Ubuntu 10.04 LTS Lucid Lynx (kernel 2.6.32-22-generic), apache version : 2.2.14-5ubuntu8
Anyone can help me, please ? Thanks. -- Clément Février http://www.forumanalogue.fr/ Président d'Ubuntu-Lyon http://www.ubuntu-lyon.org/?accueil --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx