From: Luca Toscano Date: Sat, 26 Mar 2016 08:21:23 +0000 (+0000) Subject: Added HTTP/2 guide among the howtos X-Git-Tag: 2.5.0-alpha~1826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de35813c251c37673f593c5b75720919be07ff32;p=apache Added HTTP/2 guide among the howtos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736686 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/index.xml b/docs/manual/howto/index.xml index f62a7665e7..6e42e095a2 100644 --- a/docs/manual/howto/index.xml +++ b/docs/manual/howto/index.xml @@ -80,6 +80,20 @@ +
+
HTTP/2 with httpd
+
+

HTTP/2 is the evolution of the world's most successful application layer protocol, HTTP. + It focuses on making more efficient use of network resources without changing the semantics of HTTP. + This guide explains how HTTP/2 is implemented in httpd, showing basic configurations tips and + best practices. +

+ +

See: HTTP/2 guide

+
+
+ +
Introduction to Server Side Includes