summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-15 23:49:14 +0100
committerStefan Fritsch <sf@apache.org>2011-11-15 23:49:14 +0100
commit65d256c3ba1f726f9445bd5b271d4df7bd40f34b (patch)
treef5febd93005298605feaf7529ba0aee19400b449 /docs/manual/mod/mod_proxy.xml
parentspellcheck r1202258 (diff)
downloadapache2-65d256c3ba1f726f9445bd5b271d4df7bd40f34b.tar.xz
apache2-65d256c3ba1f726f9445bd5b271d4df7bd40f34b.zip
Fix xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r--docs/manual/mod/mod_proxy.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 975394fab6..3d1f5aaef7 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1352,9 +1352,11 @@ reverse proxy. This directive rewrites the <code>path</code> string in
</p><p>
In the example given with
<directive module="mod_proxy">ProxyPassReverse</directive>, the directive:
+</p>
<example>
ProxyPassReverseCookiePath / /mirror/foo/
</example>
+<p>
will rewrite a cookie with backend path <code>/</code> (or
<code>/example</code> or, in fact, anything) to <code>/mirror/foo/</code>.
</p>