Loading docs/manual/mod/mod_proxy.html.en +17 −4 Original line number Diff line number Diff line Loading @@ -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> Loading docs/manual/mod/mod_proxy.xml.ja +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 Loading Loading
docs/manual/mod/mod_proxy.html.en +17 −4 Original line number Diff line number Diff line Loading @@ -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> Loading
docs/manual/mod/mod_proxy.xml.ja +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 Loading