]> granicus.if.org Git - apache/commitdiff
Added HTTP/2 guide among the howtos
authorLuca Toscano <elukey@apache.org>
Sat, 26 Mar 2016 08:21:23 +0000 (08:21 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 26 Mar 2016 08:21:23 +0000 (08:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736686 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/index.xml

index f62a7665e7e37c543dfa401377992ed059de777c..6e42e095a2e2c1346b33bfe8799bddf593e5205b 100644 (file)
       </dd>
     </dl>
 
+    <dl>
+      <dt>HTTP/2 with httpd</dt>
+      <dd>
+      <p>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.
+      </p>
+
+        <p>See: <a href="http2.html">HTTP/2 guide</a></p>
+      </dd>
+    </dl>
+
+
     <dl>
       <dt>Introduction to Server Side Includes</dt>
       <dd>