Commit d2151f2a authored by Richard Bowen's avatar Richard Bowen
Browse files

Rebuild xdoc transform


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200957 13f79535-47bb-0310-9956-ffa450edef68
parent ab57c5b3
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
@@ -1502,10 +1502,23 @@ proxied server</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
</table>
<p>Usage is basically similar to
<code class="directive"><a href="#proxypassreverse">ProxyPassReverse</a></code>, but instead of
rewriting headers that are a URL, this rewrites the <code>path</code>
string in <code>Set-Cookie</code> headers.</p>
<p>
Useful in conjunction with
<code class="directive"><a href="#proxypassreverse">ProxyPassReverse</a></code>
in situations where backend URL paths are mapped to public paths on the
reverse proxy. This directive rewrites the <code>path</code> string in
<code>Set-Cookie</code> headers. If the beginning of the cookie path matches
<var>internal-path</var>, the cookie path will be replaced with
<var>public-path</var>.
</p><p>
In the example given with 
<code class="directive"><a href="#proxypassreverse">ProxyPassReverse</a></code>, the directive:
    <div class="example"><p><code>
      ProxyPassReverseCookiePath  /  /mirror/foo/
    </code></p></div>
will rewrite a cookie with backend path <code>/</code> (or
<code>/example</code> or, in fact, anything) to <code>/mirror/foo/</code>.
</p>

</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 344971:1179272 (outdated) -->
<!-- English Revision: 344971:1200955 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more