You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2007/11/02 15:34:02 UTC

svn commit: r591348 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_ssl.html.en mod_ssl.xml

Author: pctony
Date: Fri Nov  2 07:34:01 2007
New Revision: 591348

URL: http://svn.apache.org/viewvc?rev=591348&view=rev
Log:
Fixed as per PR#28112
This was already fixed in 2.2, so just back-porting.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en?rev=591348&r1=591347&r2=591348&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en Fri Nov  2 07:34:01 2007
@@ -196,8 +196,7 @@
 hash filenames. So usually you can't just place the Certificate files
 there: you also have to create symbolic links named
 <em>hash-value</em><code>.N</code>. And you should always make sure this directory
-contains the appropriate symbolic links. Use the <code>Makefile</code> which
-comes with mod_ssl to accomplish this task.</p>
+contains the appropriate symbolic links. </p>
 <div class="example"><h3>Example</h3><p><code>
 SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
 </code></p></div>
@@ -244,8 +243,7 @@
 hash filenames. So usually you have not only to place the CRL files there.
 Additionally you have to create symbolic links named
 <em>hash-value</em><code>.rN</code>. And you should always make sure this directory
-contains the appropriate symbolic links. Use the <code>Makefile</code> which
-comes with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> to accomplish this task.</p>
+contains the appropriate symbolic links. </p>
 <div class="example"><h3>Example</h3><p><code>
 SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
 </code></p></div>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml?rev=591348&r1=591347&r2=591348&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml Fri Nov  2 07:34:01 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
 <!-- $LastChangedRevision$ -->
@@ -776,8 +776,7 @@
 hash filenames. So usually you can't just place the Certificate files
 there: you also have to create symbolic links named
 <em>hash-value</em><code>.N</code>. And you should always make sure this directory
-contains the appropriate symbolic links. Use the <code>Makefile</code> which
-comes with mod_ssl to accomplish this task.</p>
+contains the appropriate symbolic links. </p>
 <example><title>Example</title>
 SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
 </example>
@@ -824,8 +823,7 @@
 hash filenames. So usually you have not only to place the CRL files there.
 Additionally you have to create symbolic links named
 <em>hash-value</em><code>.rN</code>. And you should always make sure this directory
-contains the appropriate symbolic links. Use the <code>Makefile</code> which
-comes with <module>mod_ssl</module> to accomplish this task.</p>
+contains the appropriate symbolic links. </p>
 <example><title>Example</title>
 SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
 </example>