]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix XML validation error in manual.
authorRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 16:32:22 +0000 (16:32 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 11 Feb 2012 16:32:22 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1243087 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml.ja

index 5fb9400377fdc885c3b0922d0765626bcfa6c80c..e260c247b545408e4aec246a0ea24cb2b4ee43ff 100644 (file)
@@ -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>