]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use bordered table
authorJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:06:03 +0000 (19:06 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:06:03 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728532 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 7e6b3586403bb98ea6845926ecfdbba450a4a912..3bc60a0b0b0b0ebd19f00b9b58b92f0077bb7848 100644 (file)
@@ -1151,16 +1151,16 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
         <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