From: Christophe Jaillet Date: Sat, 25 Dec 2021 09:04:36 +0000 (+0000) Subject: Add some hyperlinks to some directives X-Git-Tag: 2.5.0-alpha2-ci-test-only~611 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a47bd6f1ba3b594501e00ad378c86633deb2034a;p=thirdparty%2Fapache%2Fhttpd.git Add some hyperlinks to some directives [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896378 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml index bfb7690fb9b..8e889234828 100644 --- a/docs/manual/mod/mod_tls.xml +++ b/docs/manual/mod/mod_tls.xml @@ -89,7 +89,7 @@ TLSEngine 443 SNI Virtual Hostsyesyes Client Certificatesyesno Machine Certificates for Backendyesyes -OCSP Staplingyesyes**)via mod_md +OCSP Staplingyesyes**)via mod_md Backend OCSP checkyesno**)stapling will be verified TLS version to allowmin-maxmin TLS ciphersexclusive listpreferred/suppressed @@ -191,7 +191,8 @@ TLSCipherSuppress ECDHE-ECDSA-AES256-SHA384 the client not provide an SNI, the first configured virtual host will be selected. If the client does provide an SNI (as all today's clients do), it must match one - virtual host (ServerName or ServerAlias) + virtual host (ServerName or + ServerAlias) or the connection will fail.

@@ -251,7 +252,7 @@ MDomain example.net

TLS Variables

- Via the directive TLSOptions, several variables + Via the directive TLSOptions, several variables are placed into the environment of requests and can be inspected, for example in a CGI script.

@@ -306,9 +307,11 @@ MDomain example.net

- This is set on a global level, not in individual `VirtualHost`s. - It will affect all `VirtualHost` that match the specified address/port. - You can use `TLSEngine` several times to use more than one address/port. + This is set on a global level, not in individual VirtualHosts. + It will affect all VirtualHost + that match the specified address/port. + You can use TLSEngine several times to use more than one address/port.

Example @@ -443,7 +446,8 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305

- TLSOptions is analog to `SSLOptions` in mod_ssl. + TLSOptions is analog to SSLOptions in mod_ssl. It can be set per directory/location and `option` can be:

    @@ -460,7 +464,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 Therefore most variables are not set by default.

    - You can configure `TLSOptions` per location or generally on a + You can configure TLSOptions per location or generally on a server/virtual host. Prefixing an option with `-` disables this option while leaving others unchanged. A `+` prefix is the same as writing the option without one. @@ -491,9 +495,11 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305

    - `TLSProxyEngine on|off` is analog to `SSLProxyEngine` in mod_ssl. + TLSProxyEngine is analog to SSLProxyEngine in mod_ssl.

    - This can be used in a server/virtual host or `<Proxy>` section to + This can be used in a server/virtual host or Proxy section to enable the module for outgoing connections using mod_proxy.

    @@ -620,7 +626,8 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305

    This uses a cache on the server side to allow clients to resume connections.

    - You can set this to `none` or define a cache as in the `SSLSessionCache` + You can set this to `none` or define a cache as in the SSLSessionCache directive of mod_ssl.

    If not configured, `mod_tls` will try to create a shared memory cache on its own,