From 2d8efa1787ffa56dfc78edb62f4dbc94c1c9450e Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 21 Aug 2019 03:19:29 +0200 Subject: Change to system-wide Apache installation --- 2.4/conf/conf-available/dav.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2.4/conf') 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/" - +Alias / "/var/dav/data/" + Dav On Options Indexes FollowSymLinks AuthType Basic AuthName "WebDAV" - AuthUserFile "/tmp/user.passwd" + AuthUserFile "/tmp/conf/user.passwd" Require valid-user -- cgit v1.2.3