I observed that none of the included nginx blends has the spdy module enabled and I don't want to manually compile it for that.
I am looking for a apt repository solution but I wasn't able to find one yet.
I observed that none of the included nginx blends has the spdy module enabled and I don't want to manually compile it for that.
I am looking for a apt repository solution but I wasn't able to find one yet.
Ubuntu's
nginx-full
,nginx-core
andnginx-extras
packages comes with the compiler flag--with-http_spdy_module
. Other builds,-light
and-naxsi
doesn't. The below still applies if you want to compile the version from upstream.Ok, first of all:
So, as you can see, is difficult that somebody will provide nginx with some characteristics that will likely not work well (I didn't). In those cases you really only solution (which is easy nonetheless) compile from sources. In an nutshell you can create your own version of nginx using:
Here you look for the line
config.status.full: config.env.full
and append along all the configure options--with-http_spdy_module
. Save your file.Done, your deb ready for installation is there. You can create a PPA that do this stuff for you too. As you can see you take more time looking for a repository than compiling it yourself.
Recently, Ubuntu has started to build nginx with spdy by default. Since Ubuntu 12.04 is an LTS release, it doesn't include these recent changes. However, there is an Nginx ppa that does includes releases of Nginx that have the spdy module enabled. You can add it by running: