]> granicus.if.org Git - apache/commitdiff
documentation rebuild
authorLuca Toscano <elukey@apache.org>
Sat, 26 Mar 2016 08:21:40 +0000 (08:21 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 26 Mar 2016 08:21:40 +0000 (08:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736687 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/index.html.en

index 90fd9fe37aba22fcee609ff4c22cfcdd9789ff04..beabc4c2b6682e97a06adeb9144db24e82f017f6 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 semantis 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>