Hi,
Nginx 1.4.0 added support for SPDY to the stable version, so my question
is
why is SPDY not enabled in the packages from the Nginx official
repository?
I’m explicitely talking about the Centos packages, I haven’t tried
others.
Regards,
Strahinja
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,245553,245553#msg-245553
On Monday 16 December 2013 08:08:31 kustodian wrote:
Hi,
Nginx 1.4.0 added support for SPDY to the stable version, so my question is
why is SPDY not enabled in the packages from the Nginx official repository?
I’m explicitely talking about the Centos packages, I haven’t tried others.
SPDY support is enabled for systems where OpenSSL 1.0.1+ is available.
wbr, Valentin V. Bartenev
Valentin V. Bartenev Wrote:
SPDY support is enabled for systems where OpenSSL 1.0.1+ is available.
Since RHEL 6.5 it does support OpenSSL 1.0.1e. Can you compile next
packages
with SPDY enabled?
wbr, Valentin V. Bartenev
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,245553,245778#msg-245778
I second this request, it would be very welcome 
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,245553,248234#msg-248234
It would be awesome if the repository would host two versions of the
nginx
package, one with SPDY for 6.5+ and one without it for older versions.
You would need to build two versions, but it would be extremely easy to
add
this support, you would just need to create symbolic links 6.1, 6.2, 6.3
and
6.4 to point to directory 6 (for the non-SPDY version) on this URL
http://nginx.org/packages/centos/6/, and create a new directory 6.5
which
will host the version with SPDY.
You would also need to change the nginx.repo from:
http://nginx.org/packages/centos/6/$basearch/
to:
http://nginx.org/packages/centos/$releasever/$basearch/
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,245553,246284#msg-246284
This may be obvious, but as such, the OpenSSL 1.0.1e package is
available to virtually all CentOS 6.x via the official yum repos, so
it’s not just for CentOS 6.5 (technically).
-AJ
I would just like to confirm that Nginx 1.6.0 packages for Centos 6 are
compiled with SPDY support.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,245553,249648#msg-249648