]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix documented default for DavBasePath to match code.
authorJoe Orton <jorton@apache.org>
Fri, 25 Aug 2023 07:46:53 +0000 (07:46 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 25 Aug 2023 07:46:53 +0000 (07:46 +0000)
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

index 4f84508c51e8c54e4e5fd697478b62baf26824f0..a4fe178bc2f9196d72a682f28cd74fa325d89037 100644 (file)
@@ -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>