]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
validation error
authorAndré Malo <nd@apache.org>
Fri, 10 Feb 2012 21:35:15 +0000 (21:35 +0000)
committerAndré Malo <nd@apache.org>
Fri, 10 Feb 2012 21:35:15 +0000 (21:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1242938 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 923282512e479431f928d4fd00a5cb609783b24f..7f01ac158e4f9d79631e5ddeff4cd7d9763f7e31 100644 (file)
@@ -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>