diff -Naur httpd-2.2.4/docs/conf/extra/httpd-dav.conf.in httpd-2.2.4-magellan/docs/conf/extra/httpd-dav.conf.in --- httpd-2.2.4/docs/conf/extra/httpd-dav.conf.in 2006-01-24 15:47:44.000000000 +0100 +++ httpd-2.2.4-magellan/docs/conf/extra/httpd-dav.conf.in 2007-06-30 03:13:43.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 @@ -25,8 +25,8 @@ AuthType Digest 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" # Allow universal read-access, but writes are restricted # to the admin user.