Difference between revisions of "HTTP/2"
From Hostek.com Wiki
(→Support for HTTP/2) |
(HTTP/2 - What it is and where it is supported) |
||
Line 28: | Line 28: | ||
| style="padding: 5px; text-align: center; background-color: Yellow"| If mod_http2 is enabled | | style="padding: 5px; text-align: center; background-color: Yellow"| If mod_http2 is enabled | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[Category:Windows]] | ||
+ | [[Category:Linux]] | ||
+ | [[Category:VPS]] | ||
+ | |||
+ | [[User:Davidd|Davidd]] ([[User talk:Davidd|talk]]) 11:28, 17 February 2016 (CST) |
Revision as of 17:28, 17 February 2016
HTTP/2 is a successor to the http/1.1 protocol. It is based on the SPDY protocol and offers some improvements over http/1.1, such as http header compression, server push, multiplexing, and pipelining.
Support for HTTP/2
Below is a Matrix showing support for http/2:
Server | HTTP/2 Support |
---|---|
IIS 7.5 (Windows Server 2008 R2) | No |
IIS 8.5 (Windows Server 2012 R2) | No |
IIS 10 (Windows Server 2016) | Yes |
Apache 1.x | No |
Apache 2.2 | No |
Apache 2.4.17 and newer | If mod_http2 is enabled |