From: Rich Bowen Date: Thu, 4 Nov 2010 16:20:11 +0000 (+0000) Subject: Be a little more forceful regarding where to put SSLEngine On. X-Git-Tag: 2.2.18~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49ae1294b9036ffb70e87eb7eb2b6069d284189;p=thirdparty%2Fapache%2Fhttpd.git Be a little more forceful regarding where to put SSLEngine On. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index c3b1778db6f..7e9992e3ea2 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -622,8 +622,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 +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 4a6688ea3b8..2862637ee31 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -484,9 +484,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>