From: Rich Bowen Date: Thu, 4 Nov 2010 16:22:24 +0000 (+0000) Subject: Be more forceful in talking about where SSLEngine On should go. X-Git-Tag: 2.3.9~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a3b676d5b8b1bbc59dc033b558f332cf8250f27;p=apache Be more forceful in talking about where SSLEngine On should go. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index be2672306d..42623cc618 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -719,8 +719,8 @@ SSLCryptoDevice ubsec

This directive toggles the usage of the SSL/TLS Protocol Engine. This -is usually used inside a <VirtualHost> section to enable SSL/TLS for a -particular virtual host. By default the SSL/TLS Protocol Engine is +is should be used inside a <VirtualHost> section to enable SSL/TLS for a +that virtual host. By default the SSL/TLS Protocol Engine is disabled for both the main server and all configured virtual hosts.

Example

<VirtualHost _default_:443>
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 312358955e..33a7f1e208 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -503,9 +503,9 @@ SSLSessionCacheTimeout 600

This directive toggles the usage of the SSL/TLS Protocol Engine. This -is usually used inside a VirtualHost section to enable SSL/TLS for a -particular virtual host. By default the SSL/TLS Protocol Engine is +that virtual host. By default the SSL/TLS Protocol Engine is disabled for both the main server and all configured virtual hosts.

Example <VirtualHost _default_:443>