From: Christophe Jaillet Date: Sun, 24 Jun 2018 19:27:36 +0000 (+0000) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=143ad471ac1d06c60219fb11bd8bacef0982c867;p=apache Fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834263 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml index fdda09ad33..4ba9b9aff1 100644 --- a/docs/manual/howto/http2.xml +++ b/docs/manual/howto/http2.xml @@ -124,7 +124,7 @@ Protocols http/1.1 which offer HTTP/2.

Choose a strong SSLCipherSuite

The SSLCipherSuite needs to be configured with - a strong TLS cipher suite. The current version of mod_http2 does not enforce any cipher but most + a strong TLS cipher suite. The current version of mod_http2 does not enforce any cipher but most clients do so. Pointing a browser to a h2 enabled server with a inappropriate cipher suite will force it to simply refuse and fall back to HTTP 1.1. This is a common mistake that is done while configuring httpd for HTTP/2 the first time, so please keep it in mind to avoid @@ -300,7 +300,7 @@ H2Push Off H2EarlyHints on

(It is not enabled by default since some older browser tripped on such responses.)

-

If this feature is on, you can the directive H2PushResource to +

If this feature is on, you can use the directive H2PushResource to trigger early hints and resource PUSHes:

<Location /xxx.html>