Migrate to httpd 2.2 configuration. --- dav_user.conf 2005-12-11 05:01:41.000000000 -0500 +++ dav_user.conf 2006-01-27 17:49:27.000000000 -0500 @@ -10,6 +10,7 @@ LoadModule dav_module /etc/httpd/modules/mod_dav.so LoadModule dav_fs_module /etc/httpd/modules/mod_dav_fs.so +LoadModule authn_file_module /etc/httpd/modules/mod_authn_file.so LoadModule auth_digest_module /etc/httpd/modules/mod_auth_digest.so DocumentRoot ${HOME}/Public @@ -20,7 +21,9 @@ AuthType Digest AuthName "Please log in as the user guest" AuthDigestDomain / - AuthDigestFile ${HOME}/.gnome2/user-share/passwd + + AuthDigestProvider file + AuthUserFile ${HOME}/.gnome2/user-share/passwd