Live data from Hacker News

Nginx-1.3.15 development version released, featuring experimental SPDY module

nginx.org

1–10 of 21 posts

Re: Nginx-1.3.15 development version released, featuring experimental SPDY module

#7
Oh so you don't have to patch it manually anymore?

Patch was very stable, no problems and spdy just works.

Apparently work on the patch/module was sponsored by Automattic (WordPress, Matt Mullenweg) so thanks to them and whomever worked on it! Some background here https://barry.wordpress.com/2012/06/16/nginx-spdy-and-automa...

ps. REMEMBER you need openssl 1.0.1 - previous versions will not work with spdy and distributions like CentOS do not come with the newer version. You can switch to the IUS repo in that case http://iuscommunity.org/pages/Repos.html

     rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-10.ius.el6.noarch.rpm
     yum install yum-plugin-replace
     yum replace openssl --replace-with openssl10

Re: Nginx-1.3.15 development version released, featuring experimental SPDY module

#8
post #7

Oh so you don't have to patch it manually anymore? Patch was very stable, no problems and spdy just works. Apparently work on the patch/module was sponsored by Automattic (WordPress, Matt Mullenweg) so thanks to them and whomever worked on it! Some background here https://barry.wordpress.com/2012/06/16/nginx-spdy-and-automa... ps. REMEMBER you need openssl 1.0.1 - previous versions will not work with spdy and distrib…

I tripped up on the NPN module when building openssl from source - great tip with the yum replacement installation. Note: you also need to have EPEL installed for the above to work:

    rpm -Uvh http://ftp.heanet.ie/pub/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
Post reply on HN