From b49ae1294b9036ffb70e87eb7eb2b6069d284189 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 4 Nov 2010 16:20:11 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ssl.html.en | 4 ++-- docs/manual/mod/mod_ssl.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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>
-- 2.47.2