components/apache2/patches/dav.conf.in.patch
changeset 5172 2ac937ed383b
parent 5171 4e8b3c0ea78c
child 5173 fe10c87a291e
--- a/components/apache2/patches/dav.conf.in.patch	Tue Dec 08 14:36:41 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
---- docs/conf/extra/httpd-dav.conf.in.orig	Fri Nov 28 13:53:24 2008
-+++ docs/conf/extra/httpd-dav.conf.in	Fri Nov 28 14:02:50 2008
-@@ -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 "@@RuntimeDir@@/DavLock"
- 
--Alias /uploads "@@ServerRoot@@/uploads"
-+Alias /uploads "@@DataDir@@/uploads"
- 
--<Directory "@@ServerRoot@@/uploads">
-+<Directory "@@DataDir@@/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 "@@SysconfDir@@/user.passwd" DAV-upload admin
-+    AuthUserFile "@@SysconfDir@@/user.passwd"
-     AuthDigestProvider file
- 
-     # Allow universal read-access, but writes are restricted