Passenger 2.2.1 Ubuntu beta packages with NGINX support 22 Apr 09
The Phusion team released a new version of Passenger last week, 2.2.1, which sports a shiny new NGINX extension. It also adds chunked file uploads (Apache only) and improves restarts.
We’ve had to restructure the way our Ubuntu packages are built to enable installation of the NGINX extension, so needs more extensive testing than usual. The packages are now available for Ubuntu Hardy in our testing repository.
You’ll need to add our testing repository to your apt sources list. And if you’re not on a Brightbox, you’ll need to import our key and add our stable repository too.
Once you’ve done that, you can install the new version of Passenger. If you’re wanting to just install the Apache version:
sudo apt-get update sudo apt-get install libapache2-mod-passenger
This will pull in a new dependency, passenger-common.
If you just want to get stuck in with the new NGINX support, install the nginx-brightbox package:
sudo apt-get update sudo apt-get install nginx-brightbox
This will also pull in the passenger-common dependency. This is NGINX 0.6.36 plus some useful modules: upload progress, upstream fair, geoip, ey-balancer and access key. It will replace any other NGINX packages you have installed (NGINX does not support dynamic modules like Apache).
You can install both Apache and NGINX side by side, but you’ll obviously need to run them on different ports.
The 2.2.1 Apache package has already had quite a bit of testing by us, but the NGINX package has had very little. We’ve already come across a Passenger bug with reloading NGINX (reported here), though we expect this will be fixed quickly. So basically, these are good to play with but not for production just yet.
If you need any help with these packages, try our Passenger support forum.

2 years ago Dave said:
Will the hardy versions work on 8.10?
2 years ago Brightbox Blog - Ruby on Rails Hosting - Passenger 2.2.2 packages for Ubuntu said:
[...] 2.2.2 packages for UbuntuMulti CPU beta testers wantedNew: Brightbox Silver & Gold SupportPassenger 2.2.1 Ubuntu beta packages with NGINX supportPassenger 2.1.3 packages for Ubuntu [...]