From: Christophe Jaillet
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 @@
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> H2PushResource /xxx.css diff --git a/docs/manual/howto/http2.xml.es b/docs/manual/howto/http2.xml.es index 3af41aa269..c1a4026fe4 100644 --- a/docs/manual/howto/http2.xml.es +++ b/docs/manual/howto/http2.xml.es @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/http2.xml.fr b/docs/manual/howto/http2.xml.fr index 3684079b8b..526ff9e367 100644 --- a/docs/manual/howto/http2.xml.fr +++ b/docs/manual/howto/http2.xml.fr @@ -1,7 +1,7 @@ - +