summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2021-12-25 08:41:19 +0000
committerChristophe Jaillet <jailletc36@apache.org>2021-12-25 08:41:19 +0000
commit720bc512119ba5a7a32b31038ec43bd641aed31a (patch)
tree635792febcea8b1b2a4cb739319e109b524684f9 /docs/manual
parent5e1eee7dc9b2c74e9771511c1e1369c37019bfd2 (diff)
downloadhttpd-720bc512119ba5a7a32b31038ec43bd641aed31a.tar.gz
Add some <default> values in the description of some directives.
Add a description for TLSHonorClientOrder [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_tls.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml
index e840236943..bfb7690fb9 100644
--- a/docs/manual/mod/mod_tls.xml
+++ b/docs/manual/mod/mod_tls.xml
@@ -346,6 +346,7 @@ MDomain example.net
<name>TLSProtocol</name>
<description>specifies the minimum version of the TLS protocol to use.</description>
<syntax>TLSProtocol <em>version</em>+</syntax>
+ <default>TLSProtocol v1.2+</default>
<contextlist>
<context>server config</context>
<context>virtual host</context>
@@ -414,16 +415,17 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
<directivesynopsis>
<name>TLSHonorClientOrder</name>
- <description></description>
+ <description>determines if the order of ciphers supported by the client is honored</description>
<syntax>TLSHonorClientOrder on|off</syntax>
+ <default>TLSHonorClientOrder on</default>
<contextlist>
<context>server config</context>
<context>virtual host</context>
</contextlist>
<usage>
<p>
- TLSHonorClientOrder determines if the order of ciphers
- supported by the client is honored. This is `on` by default.
+ <directive>TLSHonorClientOrder</directive> determines if the order of ciphers
+ supported by the client is honored.
</p><p>
</p>
</usage>
@@ -517,6 +519,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
<name>TLSProxyProtocol</name>
<description>specifies the minimum version of the TLS protocol to use in proxy connections.</description>
<syntax>TLSProxyProtocol <em>version</em>+</syntax>
+ <default>TLSProxyProtocol v1.2+</default>
<contextlist>
<context>server config</context>
<context>virtual host</context>
@@ -595,12 +598,13 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
<name>TLSStrictSNI</name>
<description>enforces exact matches of client server indicators (SNI) against host names.</description>
<syntax>TLSStrictSNI on|off</syntax>
+ <default>TLSStrictSNI on</default>
<contextlist>
<context>server config</context>
</contextlist>
<usage>
<p>
- Client connections using SNI will be unsuccessful if no match is found. This is `on` by default.
+ Client connections using SNI will be unsuccessful if no match is found.
</p>
</usage>
</directivesynopsis>