1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luca Toscano
2016-03-26 08:21:40 +00:00
parent de35813c25
commit 7071c0b6a5

View File

@ -87,6 +87,20 @@
</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>