Magellan Linux

Contents of /trunk/apache2/patches/apache2-2.2.9-default-dav-settings.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 668 - (show annotations) (download)
Sat Aug 2 14:41:34 2008 UTC (15 years, 9 months ago) by niro
File size: 1108 byte(s)
-re-diffed for 2.2.9

1 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
2 --- httpd-2.2.9/docs/conf/extra/httpd-dav.conf.in 2008-04-03 17:28:59.000000000 +0200
3 +++ httpd-2.2.9-magellan/docs/conf/extra/httpd-dav.conf.in 2008-08-02 16:30:48.000000000 +0200
4 @@ -12,11 +12,11 @@
5 # on the directory where the DavLockDB is placed and on any directory where
6 # "Dav On" is specified.
7
8 -DavLockDB "@@ServerRoot@@/var/DavLock"
9 +DavLockDB "/var/lib/dav/lockdb"
10
11 -Alias /uploads "@@ServerRoot@@/uploads"
12 +Alias /uploads "/var/www/uploads"
13
14 -<Directory "@@ServerRoot@@/uploads">
15 +<Directory "/var/www/uploads">
16 Dav On
17
18 Order Allow,Deny
19 @@ -26,8 +26,8 @@
20 AuthName DAV-upload
21
22 # You can use the htdigest program to create the password database:
23 - # htdigest -c "@@ServerRoot@@/user.passwd" DAV-upload admin
24 - AuthUserFile "@@ServerRoot@@/user.passwd"
25 + # htdigest -c "/var/www/.htpasswd-dav" DAV-upload admin
26 + AuthUserFile "/var/www/.htpasswd-dav"
27 AuthDigestProvider file
28
29 # Allow universal read-access, but writes are restricted