You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/02/10 21:48:58 UTC

svn commit: r1729726 - in /httpd/httpd/trunk/docs/manual/howto: reverse_proxy.html.en reverse_proxy.xml

Author: jim
Date: Wed Feb 10 20:48:58 2016
New Revision: 1729726

URL: http://svn.apache.org/viewvc?rev=1729726&view=rev
Log:
Make images align center

Modified:
    httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en
    httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en?rev=1729726&r1=1729725&r2=1729726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en Wed Feb 10 20:48:58 2016
@@ -52,7 +52,7 @@
     the reverse proxy server <em>is</em> the sole source of all content.</p>
 
     <p>A typical implementation is below:</p>
-    <p><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
+    <p class="centered"><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
 
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Reverse Proxy</a></li>
@@ -243,19 +243,19 @@ ProxyPassReverse "/images"  "balancer://
       (eg: <code>http://rproxy.example.com/balancer-manager/</code>, you will see a
       page similar to the below:
     </p>
-    <p><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
 
     <p>
       This form allows the devops admin to adjust various parameters, take
       workers offline, change load balancing methods and add new works. For
       example, clicking on the balancer itself, you will get the following page:
     </p>
-    <p><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
 
     <p>
       Whereas clicking on a worker, displays this page:
     </p>
-    <p><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
 
     <p>
       To have these changes persist restarts of the reverse proxy, ensure that

Modified: httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml?rev=1729726&r1=1729725&r2=1729726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml Wed Feb 10 20:48:58 2016
@@ -48,7 +48,7 @@
     the reverse proxy server <em>is</em> the sole source of all content.</p>
 
     <p>A typical implementation is below:</p>
-    <p><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
+    <p class="centered"><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
 
   </summary>
 
@@ -250,19 +250,19 @@ ProxyPassReverse "/images"  "balancer://
       (eg: <code>http://rproxy.example.com/balancer-manager/</code>, you will see a
       page similar to the below:
     </p>
-    <p><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
 
     <p>
       This form allows the devops admin to adjust various parameters, take
       workers offline, change load balancing methods and add new works. For
       example, clicking on the balancer itself, you will get the following page:
     </p>
-    <p><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
 
     <p>
       Whereas clicking on a worker, displays this page:
     </p>
-    <p><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
+    <p class="centered"><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
 
     <p>
       To have these changes persist restarts of the reverse proxy, ensure that