You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/04/12 19:12:40 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ssl.html.en mod_ssl.xml

nd          2004/04/12 10:12:39

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_ssl.html.en
                        mod_ssl.xml
  Log:
  fix invaliditiy
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.15.2.11 +2 -0      httpd-2.0/docs/manual/mod/mod_ssl.html.en
  
  Index: mod_ssl.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.html.en,v
  retrieving revision 1.15.2.10
  retrieving revision 1.15.2.11
  diff -u -u -r1.15.2.10 -r1.15.2.11
  --- mod_ssl.html.en	3 Apr 2004 16:30:45 -0000	1.15.2.10
  +++ mod_ssl.html.en	12 Apr 2004 17:12:39 -0000	1.15.2.11
  @@ -130,6 +130,8 @@
   <tr><td><code>SSL_SERVER_A_KEY</code></td>              <td>string</td>    <td>Algorithm used for the public key of server's certificate</td></tr>
   <tr><td><code>SSL_SERVER_CERT</code></td>               <td>string</td>    <td>PEM-encoded server certificate</td></tr>
   </table>
  +<p>[ where <em>x509</em> is a component of a X.509 DN:
  +  <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
   <h2><a name="logformats" id="logformats">Custom Log Formats</a></h2>
  
  
  
  1.10.2.12 +1 -1      httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.10.2.11
  retrieving revision 1.10.2.12
  diff -u -u -r1.10.2.11 -r1.10.2.12
  --- mod_ssl.xml	2 Apr 2004 20:08:50 -0000	1.10.2.11
  +++ mod_ssl.xml	12 Apr 2004 17:12:39 -0000	1.10.2.12
  @@ -90,9 +90,9 @@
   <tr><td><code>SSL_SERVER_A_KEY</code></td>              <td>string</td>    <td>Algorithm used for the public key of server's certificate</td></tr>
   <tr><td><code>SSL_SERVER_CERT</code></td>               <td>string</td>    <td>PEM-encoded server certificate</td></tr>
   </table>
  -</section>
   <p>[ where <em>x509</em> is a component of a X.509 DN:
     <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</p>
  +</section>
   
   <section id="logformats"><title>Custom Log Formats</title>