From 75847cd705c0a4d5179cbf1f3c1ffbd421436e2f Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 3 Feb 2024 15:32:20 +0000 Subject: [PATCH] Misplaced example title. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dav.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index 83ee19e844c..cd4c057dfbd 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -216,13 +216,15 @@ Alias "/php-source" "/home/gstein/php_files"

To allow providers to work correctly in such a configuration, DavBasePath must be used.

- Example + Example + <LocationMatch "^/repos/"> Dav svn DavBasePath /repos SVNParentPath /var/svn </LocationMatch> + -- 2.47.3