From 4a847bcc48b54770d0ded5028f9ee76c90f43812 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 16 Nov 2017 16:45:20 +0000 Subject: [PATCH] address comment about substitution syntax http://httpd.apache.org/docs/trunk/mod/mod_substitute.html#comment_7147 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815480 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_substitute.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 5ff5d187e4..31ab5fadc2 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -69,6 +69,9 @@ or regex of a subsequent one. +

The substitution is may contain literal text and regular + expression backreferences

+ Example <Location "/"> -- 2.50.1