diff -Naur httpd-2.2.9/docs/conf/extra/httpd-dav.conf.in httpd-2.2.9-magellan/docs/conf/extra/httpd-dav.conf.in --- httpd-2.2.9/docs/conf/extra/httpd-dav.conf.in 2008-04-03 17:28:59.000000000 +0200 +++ httpd-2.2.9-magellan/docs/conf/extra/httpd-dav.conf.in 2008-08-02 16:30:48.000000000 +0200 @@ -12,11 +12,11 @@ # on the directory where the DavLockDB is placed and on any directory where # "Dav On" is specified. -DavLockDB "@@ServerRoot@@/var/DavLock" +DavLockDB "/var/lib/dav/lockdb" -Alias /uploads "@@ServerRoot@@/uploads" +Alias /uploads "/var/www/uploads" - + Dav On Order Allow,Deny @@ -26,8 +26,8 @@ AuthName DAV-upload # You can use the htdigest program to create the password database: - # htdigest -c "@@ServerRoot@@/user.passwd" DAV-upload admin - AuthUserFile "@@ServerRoot@@/user.passwd" + # htdigest -c "/var/www/.htpasswd-dav" DAV-upload admin + AuthUserFile "/var/www/.htpasswd-dav" AuthDigestProvider file # Allow universal read-access, but writes are restricted