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_mod
I don't use SPDY, so take what I say as being from an SSL perspective,
not a SPDY one.
If your 17 blogs live under the same domain that you own, you could
look at using a wildcard SSL cert. You'd only need a single
IP/server{} combo for each wildcard cert, and a single wildcard cert
for each uniqu
Hello. I manage a small blog network (17) that has a lot of traffic (20MM
visits/month). I use Wordpress Multisite to manage it, each blog has its own
domain name, and all are served from the same WP install.
I'm thinking about implementing SPDY to speed up the sites, I know I need
SSL certificate