From a08b5085e8f9fc3337af2552de92c35700ae613f Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 10 Feb 2016 17:18:04 +0000 Subject: [PATCH] xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729667 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_http2.html.en | 140 +++++++++++++++++++++++++----- 1 file changed, 118 insertions(+), 22 deletions(-) diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 6a73e04e00..5cf96223fb 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -42,22 +42,24 @@ to provide the core http/2 engine.

Warning

-

This module is experimental. Its behaviors, directives, and - defaults are subject to more change from release to - release relative to other standard modules. Users are encouraged to - consult the "CHANGES" file for potential updates.

+

This module is experimental. Its behaviors, directives, and + defaults are subject to more change from release to + release relative to other standard modules. Users are encouraged to + consult the "CHANGES" file for potential updates.

- +

You must enable HTTP/2 via Protocols in order to use the functionality described in this document:

- +
Protocols h2 http/1.1
- +

Topics

Directives