summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-11-16 17:45:28 +0100
committerEric Covener <covener@apache.org>2017-11-16 17:45:28 +0100
commit14d6b3b488ff08b0433d05f3e2ba7228544a7ac9 (patch)
tree697a571dcd53e87cd136359afab9b7430c9b110a
parentaddress comment about substitution syntax (diff)
downloadapache2-14d6b3b488ff08b0433d05f3e2ba7228544a7ac9.tar.xz
apache2-14d6b3b488ff08b0433d05f3e2ba7228544a7ac9.zip
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_substitute.html.en3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_substitute.html.en b/docs/manual/mod/mod_substitute.html.en
index 8c7e52dbc3..38e621a6d5 100644
--- a/docs/manual/mod/mod_substitute.html.en
+++ b/docs/manual/mod/mod_substitute.html.en
@@ -85,6 +85,9 @@
or regex of a subsequent one.</dd>
</dl>
+ <p>The <var>substitution</var> is may contain literal text and regular
+ expression backreferences</p>
+
<div class="example"><h3>Example</h3><pre class="prettyprint lang-config">&lt;Location "/"&gt;
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s/foo/bar/ni"