]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix invaliditiy
authorAndré Malo <nd@apache.org>
Mon, 12 Apr 2004 17:12:39 +0000 (17:12 +0000)
committerAndré Malo <nd@apache.org>
Mon, 12 Apr 2004 17:12:39 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103355 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en
docs/manual/mod/mod_ssl.xml

index 54bb68e1bd43bd703eedbaca056e8b29b5700061..556d48c300753defefdea7689677b150e1b2c314 100644 (file)
@@ -130,6 +130,8 @@ compatibility variables.</p>
 <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>
index 0aea7bba873a2747f2ca38c322263cb93a21560e..ee6136df721eecb3d9546c5a6da4dc9d7e278b7a 100644 (file)
@@ -90,9 +90,9 @@ compatibility variables.</p>
 <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>