Hi to all,
Here is a patch for file trunk/manual/ssl/ssl_faq.xml
More over, certain parts are obsolete, particularly lines 220 to 223
Happy sunday
Lucien
Index: manual/ssl/ssl_faq.xml
===================================================================
--- manual/ssl/ssl_faq.xml (revision 611565)
+++ manual/ssl/ssl_faq.xml (working copy)
@@ -137,7 +137,7 @@
<p>To prevent this error, <module>mod_ssl</module> has to provide
enough entropy to the PRNG to allow it to work correctly. This can
be done via the <directive module="mod_ssl">SSLRandomSeed</directive>
- directives.</p>
+ directive.</p>
</section>
</section>
<!-- /installation -->
@@ -150,7 +150,7 @@
<li><a href="#httpstest">How do I speak HTTPS manually for testing
purposes?</a></li>
<li><a href="#hang">Why does the connection hang when I connect to my
-SSL-aware Apache server</a></li>
+SSL-aware Apache server?</a></li>
<li><a href="#refused">Why do I get ``Connection Refused'' errors, when
trying to access my newly installed Apache+mod_ssl server via HTTPS?</a></li>
<li><a href="#envvars">Why are the <code>SSL_XXX</code> variables not
@@ -511,7 +511,7 @@
<section id="removepassphrase"><title>How can I get rid of the pass-phrase dialog at Apache startup time?</title>
<p>The reason this dialog pops up at startup and every re-start
is that the RSA private key inside your server.key file is stored in
- encrypted format for security reasons. The pass-phrase is needed decrypt
+ encrypted format for security reasons. The pass-phrase is needed to decrypt
this file, so it can be read and parsed. Removing the pass-phrase
removes a layer of security from your server - proceed with caution!</p>
<ol>
@@ -578,7 +578,7 @@
bad certificate" error?</title>
<p>Errors such as <code>OpenSSL: error:14094412: SSL
routines:SSL3_READ_BYTES:sslv3 alert bad certificate</code> in the SSL
- logfile, are usually caused a browser which is unable to handle the server
+ logfile, are usually caused by a browser which is unable to handle the server
certificate/private-key. For example, Netscape Navigator 3.x is
unable to handle RSA key lengths not equal to 1024 bits.</p>
</section>
@@ -995,7 +995,7 @@
<dd>If your Apache+mod_ssl+OpenSSL dumps its core, please attach
a stack-frame ``backtrace'' (see <a href="#backtrace">below</a>
for information on how to get this). Without this information, the
- reason for your core dump cannot be found
+ reason for your core dump cannot be found.
</dd>
<dt>A detailed description of your problem</dt>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]