Passenger
Installing Passenger passenger-install-apache2-module: command not found
If you are installing/upgrading Phusion Passenger (a.k.a mod_rails/mod_rack) and facing the following error at the second step when you run passenger-install-apache2-module
sudo: passenger-install-apache2-module: command not found
That means gems bin directly is no in the PATH. Either you can add this to the PATH or You can simply run the command with the full path to passenger-install-apache2-module.
In [...]
Upgrading to Phusion Passenger 2.2.11
When under high load, Apache was freezing and stop responding to requests in 2.2.10 & 2.2.9 version of Passenger.
More information about the problem can be found at the following discussion thread:
http://groups.google.com/group/phusion-passenger/t/d5bb2f17c8446ea0
Its worth while to upgrade to the latest version of Phusion Passenger 2.2.11
How to upgrade to 2.2.11?
Via a gem
Install it with the following [...]


