]> granicus.if.org Git - apache/commitdiff
xform
authorJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:09:35 +0000 (19:09 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:09:35 +0000 (19:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728536 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja

index e51832582e5fbdd332f293a251a499a6cc659062..c6469ab12c1db2c20ef8d09777c71e21f41953cb 100644 (file)
@@ -1279,16 +1279,16 @@ ProxyPass "/mirror/foo"   "http://backend.example.com"</pre>
         <td>-</td>
         <td>Single letter value defining the initial status of
         this worker.
-        <table>
-         <tr><td>D</td><td>Worker is disabled and will not accept any requests; will be
+        <table class="bordered">
+         <tr><td><code>D</code></td><td>Worker is disabled and will not accept any requests; will be
                     automatically retried.</td></tr>
-         <tr><td>S</td><td>Worker is administratively stopped; will not accept requests
+         <tr><td><code>S</code></td><td>Worker is administratively stopped; will not accept requests
                     and will not be automatically retried</td></tr>
-         <tr><td>I</td><td>Worker is in ignore-errors mode and will always be considered available.</td></tr>
-         <tr><td>H</td><td>Worker is in hot-standby mode and will only be used if no other
+         <tr><td><code>I</code></td><td>Worker is in ignore-errors mode and will always be considered available.</td></tr>
+         <tr><td><code>H</code></td><td>Worker is in hot-standby mode and will only be used if no other
                     viable workers are available.</td></tr>
-         <tr><td>E</td><td>Worker is in an error state.</td></tr>
-         <tr><td>N</td><td>Worker is in drain mode and will only accept existing sticky sessions
+         <tr><td><code>E</code></td><td>Worker is in an error state.</td></tr>
+         <tr><td><code>N</code></td><td>Worker is in drain mode and will only accept existing sticky sessions
                     destined for itself and ignore all other requests.</td></tr>
         </table>
         Status can be set (which is the default) by prepending with '+' or
index a2fe91886cd8d14662c9553c0110fff22ea28e2e..b84c1ac7feea2e46e5cb53891d55653e4e60bdba 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1717063:1728305 (outdated) -->
+<!-- English Revision: 1717063:1728534 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 2fe1b223bb142d83da95c316e225f6ab9e33b1fa..f2374ef1191dfdf1352989cb0324cb3a0b4ebab5 100644 (file)
@@ -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: 344971:1728305 (outdated) -->
+<!-- English Revision: 344971:1728534 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more