summaryrefslogtreecommitdiffstats
path: root/2.4/conf
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-21 03:19:29 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-21 03:19:29 +0200
commit2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e (patch)
treef200f1be9028033bb4470b2684d5b75bf070d150 /2.4/conf
parent95601d0dbf09cf500b9b0aeb6963d7ee27d8cb2e (diff)
downloadapache-2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e.tar.gz
apache-2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e.tar.bz2
apache-2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e.tar.xz
apache-2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e.zip
Change to system-wide Apache installation
Diffstat (limited to '2.4/conf')
-rw-r--r--2.4/conf/conf-available/dav.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/2.4/conf/conf-available/dav.conf b/2.4/conf/conf-available/dav.conf
index bb0924c..4f4f0d4 100644
--- a/2.4/conf/conf-available/dav.conf
+++ b/2.4/conf/conf-available/dav.conf
@@ -1,12 +1,12 @@
DavLockDB "/tmp/DavLock"
-Alias / "/var/lib/dav/data/"
-<Directory "/var/lib/dav/data/">
+Alias / "/var/dav/data/"
+<Directory "/var/dav/data/">
Dav On
Options Indexes FollowSymLinks
AuthType Basic
AuthName "WebDAV"
- AuthUserFile "/tmp/user.passwd"
+ AuthUserFile "/tmp/conf/user.passwd"
<RequireAny>
Require valid-user
</RequireAny>