Comments on Using mod_spdy With Apache2 On Fedora 17
Using mod_spdy With Apache2 On Fedora 17 SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Fedora 17.
1 Comment(s)
Comments
Hi Falko!
Thanks for the nice tutorial. It's easy to read and implement. However, after installation of the mod, I found some errors in the httpd logs. After some investigtion I came up on this Google site: https://developers.google.com/speed/spdy/mod_spdy/php which explains how to use the mod_fcgid in your httpd configuration. It might be an idea to add this in your tutorial.
Cheers,
René