Brightbox
  • Home
  • Pricing & Sign up
  • Why Brightbox?
  • Products & Services
  • FAQs
  • About
  • Blog
  • Wiki
  • Contact
Blog RSS feed
POSTED BY

John Leach

john@brightbox.co.uk

twitter_banner

Recent Posts

  • Ubuntu 12.04 LTS “Precise” now available
  • Ubuntu 12.04 LTS "Precise" beta testing
  • Another Rails JSON security bug
  • Rails JSON and XML security bugs
  • Rails SQL injection vulnerability

NGINX Passenger 3 Ubuntu packages 5 May 11

We’ve updated our NGINX packages to NGINX v1.0.0 and Passenger 3.0.7. They’re now hosted on Launchpad.net, which makes it dead easy to use in Ubuntu.

We’ve also fixed the dependency problems that occurred in the past, where a newer version of Passenger broke the older NGINX packages. These NGINX packages now strictly depend on the Passenger packages, and we’ve put them in their own Launchpad archive so they’re always guaranteed to work (even if they ever lag behind the Apache packages).

You can add the PPA and install NGINX like this:

sudo apt-add-repository ppa:brightbox/passenger-nginx
sudo apt-get update
sudo apt-get install nginx-full

You’ll then need to enable the Passenger module, which can be usually done like this:

cat <<EOF > /etc/nginx/conf.d/passenger.conf
passenger_root /usr/lib/phusion-passenger;
EOF

We’ve also added our other Apache Passenger packages to Launchpad too (with Hardy support), just use:

sudo apt-add-repository ppa:brightbox/passenger

We’ll keep our own apt repository in sync with Launchpad for Hardy and Lucid too, in case you prefer that (use the passenger-nginx component for the nginx passenger packages).

More in-depth documentation is available on our wiki.

Happy Passengering! (I’m pretty certain that’s not a real verb. It might be a proper verb. I’m pretty certain there is no such thing as a proper verb).

Posted 5 May 2011 by John Leach

nginx+ packages+ passenger+ phusion+ ubuntu

6 Comments

  1. 2 years ago Caius said:

    For anyone that doesn’t have apt-add-repository installed and wants to add the repo, do the following:

    wget http://apt.brightbox.net/release.asc -O - | sudo apt-key add -
    sudo sh -c 'echo -n "deb http://apt.brightbox.net/ lucid passenger-nginx" > /etc/apt/sources.list.d/brightbox.list'
    sudo apt-get update
    
  2. 2 years ago maxidr said:

    Hi!! can I use it in debian?

  3. 2 years ago Art said:

    I just installed on Ubuntu 11.04 ruby 1.9.2p-0(from Ubuntu), rubygems 1.7.2 from rubygems, your nginx-full and I get “no such file to load — phusion_passenger” from passenger-spawn-server:76. And I see that it tries to load files from “/usr/share/phusion-passenger/lib”, but there is no such dir in my installation?

  4. 2 years ago John Leach said:

    Maxidr: Untested, but it will probably work

    Art: Drop us a mail to support at the brightbox uk domain and we’ll try to help with that.

  5. 1 year ago Nadia said:

    My id?

  6. 1 year ago Jörgen said:

    Thanks for making this possible! Such a great contribution.

Comments are now closed.


Recent blog posts

  • Ubuntu 12.04 LTS “Precise” now available
    26 days ago
  • Ubuntu 12.04 LTS “Precise” beta testing
    about 1 month ago
  • Another Rails JSON security bug
    3 months ago
  • Rails JSON and XML security bugs
    4 months ago
  • Rails SQL injection vulnerability
    4 months ago
  • New Relic Agent vulnerability
    5 months ago

Join our email list

Flickr (more...)

RSS feeds

Blog feed

Flickr feed

Recent Wiki updates

System Status feed




Wiki | Forums | Terms & Conditions | Privacy | Site Map

Copyright © 2011 Brightbox Systems Ltd. All rights reserved