logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_http2 backwards compatibility with spdy3.1 ?
Author
gijs



Joined: 27 Apr 2012
Posts: 189
Location: The Netherlands

PostPosted: Tue 13 Oct '15 17:23    Post subject: mod_http2 backwards compatibility with spdy3.1 ? Reply with quote

Cool, I've enabled mod_http2 on my webserver. But it sits in front of cloudflare (which doesn't support sending over http/2 yet, they still use spdy3.1, although I'm not sure if they support spdy3.1/http/2 for receiving data from my webserver)

Does this module provide backwards compatibility with spdy3.1 if I configure like:

Protocols h2 h2c spdy/3.1 http/1.1
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7301
Location: Germany, Next to Hamburg

PostPosted: Sat 24 Oct '15 13:40    Post subject: Reply with quote

Searching the source code https://github.com/icing/mod_h2/search?utf8=%E2%9C%93&q=spdy
It doesn't seem so that there is a fallback.
Back to top


Reply to topic   Topic: mod_http2 backwards compatibility with spdy3.1 ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache