regarding recompile question: SPDY is supported with OpenSSL 1.0.1
so if your distro using earlier version, SPDY will not be supported,
you can check "nginx -V"  if SPDY been enabled.

When recompiling you can use openssl source package and link it statically
to nginx if needed
--with-http_spdy_module
--with-openssl=/path/to/unpacked/source/openssl-1.0.1e

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,239609,239611#msg-239611

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to