diff options
author | Joshua Slive <slive@apache.org> | 2003-06-13 17:12:02 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2003-06-13 17:12:02 +0200 |
commit | c1787db62408fda9a687e34eae5af4488cbee9d9 (patch) | |
tree | 79937e7422b21a7d5d750eb5bffee72f329b8fba /docs/manual/ssl/ssl_compat.xml | |
parent | LaTeX: (diff) | |
download | apache2-c1787db62408fda9a687e34eae5af4488cbee9d9.tar.xz apache2-c1787db62408fda9a687e34eae5af4488cbee9d9.zip |
- Add some <columspec> table-size hints
- Remove some <br>s where they really shouldn't be
- Reorder the sitemap slightly (indexes at the end)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/ssl/ssl_compat.xml')
-rw-r--r-- | docs/manual/ssl/ssl_compat.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/ssl/ssl_compat.xml b/docs/manual/ssl/ssl_compat.xml index 8e2ab030fd..7da29d4d89 100644 --- a/docs/manual/ssl/ssl_compat.xml +++ b/docs/manual/ssl/ssl_compat.xml @@ -50,6 +50,8 @@ provide.</p> <section id="table1"> <title>Table 1: Configuration Directive Mapping</title> <table style="zebra"> +<columnspec><column width=".32"/><column width=".32"/> +<column width=".32"/></columnspec> <tr><th>Old Directive</th><th>mod_ssl Directive</th><th>Comment</th></tr> <tr><th colspan="3">Apache-SSL 1.x & mod_ssl 2.0.x compatibility:</th></tr> @@ -130,6 +132,8 @@ href="#table2">Table 2</a>.</p> <section id="table2"> <title>Table 2: Environment Variable Derivation</title> <table style="zebra"> +<columnspec><column width=".38"/><column width=".38"/> +<column width=".2"/></columnspec> <tr><th>Old Variable</th><th>mod_ssl Variable</th><th>Comment</th></tr> <tr><td><code>SSL_PROTOCOL_VERSION</code></td><td><code>SSL_PROTOCOL</code></td><td>renamed</td></tr> @@ -229,6 +233,7 @@ are listed in <a href="#table3">Table 3</a>.</p> <section id="table3"> <title>Table 3: Custom Log Cryptography Function</title> <table> +<columnspec><column width=".2"/><column width=".4"/></columnspec> <tr><th>Function Call</th><th>Description</th></tr> <tr><td><code>%...{version}c</code></td> <td>SSL protocol version</td></tr> |