You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/10 09:11:23 UTC

svn commit: r1336502 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_proxy_balancer.html.en mod_proxy_balancer.xml mod_proxy_balancer.xml.ja

Author: humbedooh
Date: Thu May 10 07:11:23 2012
New Revision: 1336502

URL: http://svn.apache.org/viewvc?rev=1336502&view=rev
Log:
Fix up an example that was missing highlighting

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.html.en?rev=1336502&r1=1336501&r2=1336502&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.html.en Thu May 10 07:11:23 2012
@@ -269,13 +269,14 @@ ProxyPassReverse /test balancer://myclus
     <p>Finally you can support cookies and URL encoding at the same time, by
     configuring the name of the cookie and the name of the URL parameter
     separated by a vertical bar (<code>|</code>) as in the following example:</p>
-    <div class="example"><p><code>
-    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On<br />
-    &lt;Proxy balancer://mycluster&gt;<br />
-    BalancerMember http://192.168.1.50:80 route=node1<br />
-    BalancerMember http://192.168.1.51:80 route=node2<br />
-    &lt;/Proxy&gt;<br />
-    </code></p></div>
+    <pre class="prettyprint lang-config">
+ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
+&lt;Proxy balancer://mycluster&gt;
+    BalancerMember http://192.168.1.50:80 route=node1
+    BalancerMember http://192.168.1.51:80 route=node2
+&lt;/Proxy&gt;
+    </pre>
+
     <p>If the cookie and the request parameter both provide routing information
     for the same request, the information from the request parameter is used.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml?rev=1336502&r1=1336501&r2=1336502&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml Thu May 10 07:11:23 2012
@@ -248,13 +248,13 @@ ProxyPassReverse /test balancer://myclus
     <p>Finally you can support cookies and URL encoding at the same time, by
     configuring the name of the cookie and the name of the URL parameter
     separated by a vertical bar (<code>|</code>) as in the following example:</p>
-    <example>
-    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On<br />
-    &lt;Proxy balancer://mycluster&gt;<br />
-    BalancerMember http://192.168.1.50:80 route=node1<br />
-    BalancerMember http://192.168.1.51:80 route=node2<br />
-    &lt;/Proxy&gt;<br />
-    </example>
+    <highlight language="config">
+ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
+&lt;Proxy balancer://mycluster&gt;
+    BalancerMember http://192.168.1.50:80 route=node1
+    BalancerMember http://192.168.1.51:80 route=node2
+&lt;/Proxy&gt;
+    </highlight>
     <p>If the cookie and the request parameter both provide routing information
     for the same request, the information from the request parameter is used.</p>
 </section>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja?rev=1336502&r1=1336501&r2=1336502&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] Thu May 10 07:11:23 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 395228:1334022 (outdated) -->
+<!-- English Revision: 395228:1336501 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more