From 7071c0b6a5b9a39e2f44645545c99b9968c4b5cc Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 26 Mar 2016 08:21:40 +0000 Subject: [PATCH] documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736687 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/index.html.en | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index 90fd9fe37a..beabc4c2b6 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -87,6 +87,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 semantis 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