You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2003/06/13 17:12:03 UTC

cvs commit: httpd-2.0/docs/manual/ssl ssl_compat.xml ssl_faq.xml ssl_intro.xml

slive       2003/06/13 08:12:02

  Modified:    docs/manual content-negotiation.xml install.xml mpm.xml
                        sitemap.xml
               docs/manual/mod core.xml mod_log_config.xml prefork.xml
               docs/manual/ssl ssl_compat.xml ssl_faq.xml ssl_intro.xml
  Log:
  - Add some <columspec> table-size hints
  
  - Remove some <br>s where they really shouldn't be
  
  - Reorder the sitemap slightly (indexes at the end)
  
  Revision  Changes    Path
  1.9       +3 -0      httpd-2.0/docs/manual/content-negotiation.xml
  
  Index: content-negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/content-negotiation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -u -r1.8 -r1.9
  --- content-negotiation.xml	28 May 2003 20:54:07 -0000	1.8
  +++ content-negotiation.xml	13 Jun 2003 15:12:01 -0000	1.9
  @@ -242,6 +242,7 @@
   <section id="dimensions"><title>Dimensions of Negotiation</title>
   
       <table>
  +      <columnspec><column width=".15"/><column width=".85"/></columnspec>
         <tr valign="top">
           <th>Dimension</th>
   
  @@ -524,6 +525,8 @@
       invalid hyperlinks:</p>
   
       <table border="1" cellpadding="8" cellspacing="0">
  +      <columnspec><column width=".2"/><column width=".2"/>
  +        <column width=".2"/></columnspec>
         <tr>
           <th>Filename</th>
   
  
  
  
  1.19      +1 -0      httpd-2.0/docs/manual/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/install.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -d -b -u -r1.18 -r1.19
  --- install.xml	12 Apr 2003 15:04:43 -0000	1.18
  +++ install.xml	13 Jun 2003 15:12:01 -0000	1.19
  @@ -30,6 +30,7 @@
       impatient</title>
   
       <table>
  +      <columnspec><column width=".15"/><column width=".85"/></columnspec>
         <tr>
           <td><a href="#download">Download</a></td>
   
  
  
  
  1.5       +1 -0      httpd-2.0/docs/manual/mpm.xml
  
  Index: mpm.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mpm.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- mpm.xml	12 Apr 2003 15:04:43 -0000	1.4
  +++ mpm.xml	13 Jun 2003 15:12:01 -0000	1.5
  @@ -85,6 +85,7 @@
   choice at compile-time.</p>
   
   <table>
  +<columnspec><column width=".2"/><column width=".2"/></columnspec>
   <tr><td>BeOS</td><td><module>beos</module></td></tr>
   <tr><td>Netware</td><td><module>mpm_netware</module></td></tr>
   <tr><td>OS/2</td><td><module>mpmt_os2</module></td></tr>
  
  
  
  1.30      +7 -8      httpd-2.0/docs/manual/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -d -b -u -r1.29 -r1.30
  --- sitemap.xml	16 Apr 2003 02:23:23 -0000	1.29
  +++ sitemap.xml	13 Jun 2003 15:12:01 -0000	1.30
  @@ -119,9 +119,8 @@
   
   <category id="modules">
   <title>Apache modules</title>
  -<page href="mod/">Module index</page>
  -<page href="mod/directives.html">Directive index</page>
  -<page href="mod/quickreference.html">Directive Quick-Reference</page>
  +<page href="mod/module-dict.html">Definitions of terms used to describe Apache modules</page>
  +<page href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</page>
   &allmodules;
   </category>
   
  @@ -137,12 +136,12 @@
   <page href="developer/filters.html">How Filters Work in Apache 2.0</page>
   </category>
   
  -<category id="descriptive">
  -<title>Descriptive Information</title>
  -<page href="mod/module-dict.html">Definitions of terms used to describe Apache modules</page>
  -<page href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</page>
  +<category id="index">
  +<title>Glossary and Index</title>
   <page href="glossary.html">Glossary</page>
  -<page>Sitemap (this document)</page>
  +<page href="mod/">Module index</page>
  +<page href="mod/directives.html">Directive index</page>
  +<page href="mod/quickreference.html">Directive Quick-Reference</page>
   </category>
   
   </sitemap>
  
  
  
  1.67      +1 -2      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -d -b -u -r1.66 -r1.67
  --- core.xml	25 May 2003 13:23:16 -0000	1.66
  +++ core.xml	13 Jun 2003 15:12:01 -0000	1.67
  @@ -907,8 +907,7 @@
   <name>ErrorLog</name>
   <description>Location where the server will log errors</description>
   <syntax> ErrorLog <var>file-path</var>|syslog[:<var>facility</var>]</syntax>
  -<default>ErrorLog logs/error_log (Unix)<br />
  -ErrorLog logs/error.log (Windows and OS/2)</default>
  +<default>ErrorLog logs/error_log (Unix) ErrorLog logs/error.log (Windows and OS/2)</default>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
   
  
  
  
  1.24      +2 -0      httpd-2.0/docs/manual/mod/mod_log_config.xml
  
  Index: mod_log_config.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -d -b -u -r1.23 -r1.24
  --- mod_log_config.xml	19 May 2003 16:02:44 -0000	1.23
  +++ mod_log_config.xml	13 Jun 2003 15:12:01 -0000	1.24
  @@ -44,6 +44,7 @@
       replaced in the log file by the values as follows:</p>
   
       <table border="1" style="zebra">
  +    <columnspec><column width=".2"/><column width=".8"/></columnspec>
       <tr><th>Format&nbsp;String</th>
           <th>Description</th></tr>
   
  @@ -157,6 +158,7 @@
           <td>Connection status when response is completed:
   
           <table>
  +        <columnspec><column width=".2"/><column width=".6"/></columnspec>
           <tr><td><code>X</code> =</td>
               <td>connection aborted before the response completed.</td></tr>
           <tr><td><code>+</code> =</td>
  
  
  
  1.12      +1 -1      httpd-2.0/docs/manual/mod/prefork.xml
  
  Index: prefork.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -d -b -u -r1.11 -r1.12
  --- prefork.xml	10 May 2003 00:16:04 -0000	1.11
  +++ prefork.xml	13 Jun 2003 15:12:01 -0000	1.12
  @@ -100,7 +100,7 @@
   <directivesynopsis>
   <name>MaxSpareServers</name>
   <description>Maximum number of idle child server processes</description>
  -<syntax>MaxSpareServers <var>number</var><br /></syntax>
  +<syntax>MaxSpareServers <var>number</var></syntax>
   <default>MaxSpareServers 10</default>
   <contextlist><context>server config</context></contextlist>
   
  
  
  
  1.7       +5 -0      httpd-2.0/docs/manual/ssl/ssl_compat.xml
  
  Index: ssl_compat.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_compat.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- ssl_compat.xml	12 Apr 2003 15:04:46 -0000	1.6
  +++ ssl_compat.xml	13 Jun 2003 15:12:02 -0000	1.7
  @@ -50,6 +50,8 @@
   <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 &amp; mod_ssl 2.0.x compatibility:</th></tr>
  @@ -130,6 +132,8 @@
   <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 @@
   <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>
  
  
  
  1.15      +6 -6      httpd-2.0/docs/manual/ssl/ssl_faq.xml
  
  Index: ssl_faq.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_faq.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -b -u -r1.14 -r1.15
  --- ssl_faq.xml	12 Apr 2003 15:04:46 -0000	1.14
  +++ ssl_faq.xml	13 Jun 2003 15:12:02 -0000	1.15
  @@ -419,7 +419,7 @@
                </a>
          </li>
          </ol>
  -       <br />
  +
          Second you can use your own CA and now have to sign the CSR yourself by
          this CA. Read the next answer in this FAQ on how to sign a CSR with
          your CA yourself.
  @@ -893,15 +893,15 @@
           popular that it was already answered a lot of times in the past.
       </dd>
       <dt>Postings from the modssl-users Support Mailing List
  -        <a href="http://www.modssl.org/support/">
  -        http://www.modssl.org/support/</a></dt>
  +        <a href="http://www.modssl.org/support/"
  +        >http://www.modssl.org/support/</a></dt>
       <dd>Second search for your problem in one of the existing archives of the
           modssl-users mailing list. Perhaps your problem popped up at least once for
           another user, too.
       </dd>
  -    <dt>Problem Reports in the Bug Database
  -        <a href="http://www.modssl.org/support/bugdb/">
  -        http://www.modssl.org/support/bugdb/</a></dt>
  +    <dt>Problem Reports in the Bug Database <a 
  +        href="http://www.modssl.org/support/bugdb/"
  +        >http://www.modssl.org/support/bugdb/</a></dt>
       <dd>Third look inside the mod_ssl Bug Database. Perhaps
           someone else already has reported the problem.
       </dd>
  
  
  
  1.7       +6 -0      httpd-2.0/docs/manual/ssl/ssl_intro.xml
  
  Index: ssl_intro.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_intro.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- ssl_intro.xml	12 Apr 2003 15:04:47 -0000	1.6
  +++ ssl_intro.xml	13 Jun 2003 15:12:02 -0000	1.7
  @@ -166,6 +166,8 @@
       <section id="table1">
       <title>Table 1: Certificate Information</title>
       <table>
  +    <columnspec><column width=".35"/><column width=".35"/>
  +    </columnspec>
       <tr><th>Subject</th>
           <td>Distinguished Name, Public Key</td></tr>
       <tr><th>Issuer</th>
  @@ -190,6 +192,8 @@
       <section id="table2">
       <title>Table 2: Distinguished Name Information</title>
       <table border="1">
  +    <columnspec><column width=".25"/><column width=".15"/>
  +      <column width=".3"/><column width=".25"/></columnspec>
       <tr><th>DN Field</th>
           <th>Abbrev.</th>
           <th>Description</th>
  @@ -368,6 +372,8 @@
   <section id="table4">
   <title>Table 4: Versions of the SSL protocol</title>
       <table border="1">
  +    <columnspec><column width=".15"/><column width=".2"/>
  +     <column width=".30"/><column width=".25"/></columnspec>
       <tr><th>Version</th>
           <th>Source</th>
           <th>Description</th>