Commit ab3be58c authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 8d2abb5a
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/conf/extra/httpd-dav.conf.in: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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"