From: Luca Toscano Date: Wed, 2 Mar 2016 12:16:07 +0000 (+0000) Subject: Skeleton of the HTTP/2 how-to guide in docs X-Git-Tag: 2.5.0-alpha~1970 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd7d2d7e1b808d15ff7cd3b8a5507b261af9104;p=thirdparty%2Fapache%2Fhttpd.git Skeleton of the HTTP/2 how-to guide in docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml new file mode 100644 index 00000000000..67e54e6f829 --- /dev/null +++ b/docs/manual/howto/http2.xml @@ -0,0 +1,57 @@ + + + + + + + +How-To / Tutorials + + HTTP/2 guide + + +

This howto is still a work in progress! Please do not trust completely the following information until the work is finished.

+
+ mod_http2 + +
+ The HTTP/2 protocol +

This section should contain an overview of the protocol and links to official docs.

+
+ +
+ Build httpd with HTTP/2 support +

This section should contain info about how to build HTTP/2 support into httpd plus other requirements.

+
+ +
+ Configurations +

This section should contain various configuration examples for HTTP/2 (h2, h2c, etc..) plus common pitfalls (for example not setting a strong TLS cipher suite with h2).

+
+ +
+ Browsers +

Browser support.

+
+ +
+ Useful tools to debug HTTP/2 +

This section should contain examples of tools to test/debug HTTP/2 connections.

+
+ +