Commit cd82d275 authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix XML validation error in manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1243087 13f79535-47bb-0310-9956-ffa450edef68
parent d101628d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1243,11 +1243,11 @@ URL を調整する</description>
<var>public-path</var> に置換されます。
</p><p>
<directive module="mod_proxy">ProxyPassReverse</directive>
での例を使うと、ディレクティブ:
での例を使うと、ディレクティブ:</p>
    <example>
      ProxyPassReverseCookiePath  /  /mirror/foo/
    </example>
は、バックエンドのパスが <code>/</code> (あるいは <code>/example</code>
<p>は、バックエンドのパスが <code>/</code> (あるいは <code>/example</code>
あるいは実際のところなんでも) のクッキーを <code>/mirror/foo/</code>
に書き換えます。
</p>