Commit 477fdd4b authored by Andre Malo's avatar Andre Malo
Browse files

validation error


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1242938 13f79535-47bb-0310-9956-ffa450edef68
parent 4d65819e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1253,11 +1253,11 @@ reverse proxy. This directive rewrites the <code>path</code> string in
<var>public-path</var>.
</p><p>
In the example given with 
<directive module="mod_proxy">ProxyPassReverse</directive>, the directive:
<directive module="mod_proxy">ProxyPassReverse</directive>, the directive:</p>
    <example>
      ProxyPassReverseCookiePath  /  /mirror/foo/
    </example>
will rewrite a cookie with backend path <code>/</code> (or
<p>will rewrite a cookie with backend path <code>/</code> (or
<code>/example</code> or, in fact, anything) to <code>/mirror/foo/</code>.
</p>
</usage>