This plugin will install and configured mod_spdy for Apache and enable it. There are currently no configuration options, so all you need to do is install the plugin and add this to your application manifest:
recipe :spdy
And that's it!
If you're using moonshine_haproxy and have SSL enabled, you just need to add the spdy recipe to your haproxy manifest and it should just magically work.
We've run into some issues with older clients (Net::HTTP in Ruby 1.9.3) not being able to request SSL URLs from sites with mod_spdy. If you don't care about that, then feel free to use this plugin. If you SSL-protect your API or use something like Scout or nagios to monitor SSL-enabled URLs, you might want to hold off.
Unless otherwise specified, all content copyright © 2014, Rails Machine, LLC