Difference between revisions of "HTTP/2"

From Hostek.com Wiki
Jump to: navigation, search
(Support for HTTP/2)
(Support for HTTP/2)
Line 11: Line 11:
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" | IIS 7.5 (Windows Server 2008 R2)
 
| style="padding: 5px; text-align: center;" | IIS 7.5 (Windows Server 2008 R2)
| style="padding: 5px; text-align: center; background-color: Red" | No
+
| style="padding: 5px; text-align: center; background-color: DarkRed" | No
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" |IIS 8.5 (Windows Server 2012 R2)
 
| style="padding: 5px; text-align: center;" |IIS 8.5 (Windows Server 2012 R2)
| style="padding: 5px; text-align: center; background-color: Red" | No
+
| style="padding: 5px; text-align: center; background-color: DarkRed" | No
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" |IIS 10 (Windows Server 2016)
 
| style="padding: 5px; text-align: center;" |IIS 10 (Windows Server 2016)
| style="padding: 5px; text-align: center; background-color: Green"| Yes
+
| style="padding: 5px; text-align: center; background-color: DarkGreen"| Yes
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" |Apache 1.x
 
| style="padding: 5px; text-align: center;" |Apache 1.x
| style="padding: 5px; text-align: center; background-color: Red"| No
+
| style="padding: 5px; text-align: center; background-color: DarkRed"| No
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" |Apache 2.2
 
| style="padding: 5px; text-align: center;" |Apache 2.2
| style="padding: 5px; text-align: center; background-color: Red"| No
+
| style="padding: 5px; text-align: center; background-color: DarkRed"| No
 
|-
 
|-
 
| style="padding: 5px; text-align: center;" |Apache 2.4.17 and newer
 
| style="padding: 5px; text-align: center;" |Apache 2.4.17 and newer
| style="padding: 5px; text-align: center; background-color: LightGreen"| With mod_http2 enabled
+
| style="padding: 5px; text-align: center; background-color: Yellow"| If mod_http2 is enabled
 
|}
 
|}

Revision as of 17:19, 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