diff options
Diffstat (limited to 'docs/manual/howto/index.html.en')
-rw-r--r-- | docs/manual/howto/index.html.en | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index 71f33a6f..5ca462ab 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -88,6 +88,20 @@ </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> <p>SSI (Server Side Includes) are directives that are placed in |