From: Luca Toscano Date: Sat, 9 Sep 2017 09:30:22 +0000 (+0000) Subject: mod_ssl.xml: simplification of SSLEngine section X-Git-Tag: 2.5.0-alpha~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43439d1fcf3437c928b71f9f9822773ae93ce5a1;p=thirdparty%2Fapache%2Fhttpd.git mod_ssl.xml: simplification of SSLEngine section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807869 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 87538c0a0df..7b8b8134ddf 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -554,6 +554,7 @@ SSLSessionCacheTimeout 600 SSLEngine off server config virtual host +The addr:port parameter is available in Apache 2.4.28 and later.

@@ -570,7 +571,7 @@ SSLEngine on </VirtualHost> -

In Apache 2.4 and later, addr:port values should be used in the +

The addr:port values should be used in the global server to enable the SSL/TLS Protocol Engine for all VirtualHosts that match one of the addresses in the list.

@@ -582,10 +583,10 @@ SSLEngine *:443 </VirtualHost> -

In Apache 2.1 and later, SSLEngine can be set to -optional. This enables support for -RFC 2817, Upgrading to TLS -Within HTTP/1.1. At this time no web browsers support RFC 2817.

+

SSLEngine can be set to optional: +this enables support for +RFC 2817. +