diff options
author | Eric Covener <covener@apache.org> | 2017-11-16 17:45:28 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2017-11-16 17:45:28 +0100 |
commit | 14d6b3b488ff08b0433d05f3e2ba7228544a7ac9 (patch) | |
tree | 697a571dcd53e87cd136359afab9b7430c9b110a /docs | |
parent | address comment about substitution syntax (diff) | |
download | apache2-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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_substitute.html.en | 3 |
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"><Location "/"> AddOutputFilterByType SUBSTITUTE text/html Substitute "s/foo/bar/ni" |