From 59c725adeb25dc97b8ebad4a4c24627dca6ccf50 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 25 Aug 2023 07:46:53 +0000 Subject: [PATCH] Fix documented default for DavBasePath to match code. Submitted by: rpluem Github: pull #377 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911907 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dav.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index 4f84508c51e..a4fe178bc2f 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -200,7 +200,7 @@ Alias "/php-source" "/home/gstein/php_files" DavBasePath Configure repository root path DavBasePath root-path -DavBasePath /repos/ +None directory Available in version 2.5.1 and later -- 2.47.2