]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed as per PR#28112
authorTony Stevenson <pctony@apache.org>
Fri, 2 Nov 2007 14:34:01 +0000 (14:34 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 2 Nov 2007 14:34:01 +0000 (14:34 +0000)
This was already fixed in 2.2, so just back-porting.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@591348 13f79535-47bb-0310-9956-ffa450edef68

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

index 94c42d9d75e081f225df8629ab73833ef9124099..7c50d2f8837be1eaf67b43a32e7511ad591cbcc3 100644 (file)
@@ -196,8 +196,7 @@ The files in this directory have to be PEM-encoded and are accessed through
 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 @@ The files in this directory have to be PEM-encoded and are accessed through
 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>
index f3eb45dc5627a4e0018771e7424404dc44d21cc9..9a47285f74e6db6a0f11f85f583d23ed064d124d 100644 (file)
@@ -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 @@ The files in this directory have to be PEM-encoded and are accessed through
 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 @@ The files in this directory have to be PEM-encoded and are accessed through
 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>