From: William A. Rowe Jr Date: Thu, 1 Jun 2006 05:41:28 +0000 (+0000) Subject: Ewww... can't we be consistant with our workfiles paths? X-Git-Tag: 2.3.0~2370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507b817e5e66317faa2a644a15863a5f3d9bb7c6;p=thirdparty%2Fapache%2Fhttpd.git Ewww... can't we be consistant with our workfiles paths? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in index ec8a5e59b64..32960348c98 100644 --- a/docs/conf/extra/httpd-dav.conf.in +++ b/docs/conf/extra/httpd-dav.conf.in @@ -12,7 +12,7 @@ # on the directory where the DavLockDB is placed and on any directory where # "Dav On" is specified. -DavLockDB "@@ServerRoot@@/var/DavLock" +DavLockDB "@exp_runtimedir@/DavLock" Alias /uploads "@@ServerRoot@@/uploads"