summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ssl.xml
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-09-09 11:30:22 +0200
committerLuca Toscano <elukey@apache.org>2017-09-09 11:30:22 +0200
commit43439d1fcf3437c928b71f9f9822773ae93ce5a1 (patch)
tree7a76b33361eb47c33eb3b41c10d4d559ebde04da /docs/manual/mod/mod_ssl.xml
parentevent.xml: fix reference to upcoming httpd release (diff)
downloadapache2-43439d1fcf3437c928b71f9f9822773ae93ce5a1.tar.xz
apache2-43439d1fcf3437c928b71f9f9822773ae93ce5a1.zip
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
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_ssl.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 87538c0a0d..7b8b8134dd 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -554,6 +554,7 @@ SSLSessionCacheTimeout 600
<default>SSLEngine off</default>
<contextlist><context>server config</context>
<context>virtual host</context></contextlist>
+<compatibility>The <code>addr:port</code> parameter is available in Apache 2.4.28 and later.</compatibility>
<usage>
<p>
@@ -570,7 +571,7 @@ SSLEngine on
&lt;/VirtualHost&gt;
</highlight>
</example>
-<p>In Apache 2.4 and later, addr:port values should be used in the
+<p>The <code>addr:port</code> values should be used in the
global server to enable the SSL/TLS Protocol Engine for <em>all</em>
<directive module="core" type="section">VirtualHost</directive>s
that match one of the addresses in the list.</p>
@@ -582,10 +583,10 @@ SSLEngine *:443
&lt;/VirtualHost&gt;
</highlight>
</example>
-<p>In Apache 2.1 and later, <directive>SSLEngine</directive> can be set to
-<code>optional</code>. This enables support for
-<a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, Upgrading to TLS
-Within HTTP/1.1. At this time no web browsers support RFC 2817.</p>
+<p><directive>SSLEngine</directive> can be set to <code>optional</code>:
+this enables support for
+<a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>.
+</p>
</usage>
</directivesynopsis>