2010年 10月 19日 はてなブックマーク -
タグ: #Ruby #mod_passenger

How do I upgrade to 3.0.0?

Via a gem

First install the gem with the following command:

gem install passenger

If you’re using Phusion Passenger for Apache or for Nginx, then re-run the Apache or Nginx module installer, whichever is appropriate:

passenger-install-apache2-module
passenger-install-nginx-module

At the end the installer will tell you to paste a configuration snippet into your web server config file. Replace the old snippet that you already had with this new one.

Phusion Passenger Standalone users don’t need to run anything else. Whenever you type

passenger start

it will automatically upgrade itself.

Phusion Passenger 3.0.0 final released – Phusion Corporate Blog

Passenger3がでました。
高速になったのはもちろん、安定性も良いそうで期待できます。


1年前 | | 2010年 10月 19日 | このエントリーを含むはてなブックマーク