summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_dav.xml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-08-25 09:46:53 +0200
committerJoe Orton <jorton@apache.org>2023-08-25 09:46:53 +0200
commit59c725adeb25dc97b8ebad4a4c24627dca6ccf50 (patch)
tree3741f31d1f09f6c02fc558adbcfcd2206e6096e6 /docs/manual/mod/mod_dav.xml
parent* modules/dav/main/mod_dav.c (dav_get_resource): Don't mask (diff)
downloadapache2-59c725adeb25dc97b8ebad4a4c24627dca6ccf50.tar.xz
apache2-59c725adeb25dc97b8ebad4a4c24627dca6ccf50.zip
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
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_dav.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index 4f84508c51..a4fe178bc2 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"
<name>DavBasePath</name>
<description>Configure repository root path</description>
<syntax>DavBasePath <var>root-path</var></syntax>
-<default>DavBasePath /repos/</default>
+<default>None</default>
<contextlist><context>directory</context></contextlist>
<compatibility>Available in version 2.5.1 and later</compatibility>