Search code examples
nginxhttp2

Which web servers support HTTP/2


I have installed SPDY Indicator chrome extension. It is detecting some sites as SPDY enabled and some as HTTP/2 enabled.

Which are the web servers that currently support HTTP/2? I know nginx support SPDY, but does it support HTTP/2? If it does, how can I enable it?

Update

Thanks to GolezTrol. The answer is no. Yes as of September 2015

Supported

  • IIS supports HTTP/2 in Windows 10[50]
  • OpenLiteSpeed 1.3.7 and 1.4.4 support HTTP/2 draft 16.[51]

SPDY, but no HTTP/2

The following list is out of date and it's probably not worth maintaining.

  • Nginx provides experimental support for SPDY (Draft 3.1) via a module[52]
  • Apache doesn't support SPDY in the current 2.4.x version, but mod_spdy allows adding it[53]
  • LiteSpeed Web Server currently supports SPDY/3.1[54]

Solution

  • There's a full list of web servers etc that support HTTP/2 at https://github.com/http2/http2-spec/wiki/Implementations

    HTH