Yes you could. But I'd recommend the nginx+apache option. (Reason as I posted above)(and edit the nginx config to enable spdy)
This is my way to do it:
Make sure you have OpenSSL 1.0.1+
Edit CustomBuild to include this patch.
https://github.com/eousphoros/mod-spdy/blob/master/src/scripts/mod_ssl_with_npn.patch
Build mod-spdy
https://github.com/eousphoros/mod-spdy
(Skip the fourth one: ./build_modssl_with_npn.sh)
LoadModule in httpd conf
Done!
This is my way to do it:
Make sure you have OpenSSL 1.0.1+
Edit CustomBuild to include this patch.
https://github.com/eousphoros/mod-spdy/blob/master/src/scripts/mod_ssl_with_npn.patch
Build mod-spdy
https://github.com/eousphoros/mod-spdy
(Skip the fourth one: ./build_modssl_with_npn.sh)
LoadModule in httpd conf
Done!