You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2012/02/10 22:35:16 UTC

svn commit: r1242938 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Author: nd
Date: Fri Feb 10 21:35:15 2012
New Revision: 1242938

URL: http://svn.apache.org/viewvc?rev=1242938&view=rev
Log:
validation error

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=1242938&r1=1242937&r2=1242938&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Fri Feb 10 21:35:15 2012
@@ -1253,11 +1253,11 @@ reverse proxy. This directive rewrites t
 <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>