I recently blogged about rubygem-passenger-2.2.5-2 being available from my repositories, and there's a few side-notes on this:
- rubygem-passenger now requires rubygem-hawler, which was not (but is now) available from those same repositories
rubygem-hawler enables one to perform /usr/bin/passenger-stress-test, which would have failed prior to including rubygem-hawler. I realize this would have better been split to a separate package, which is on my TODO list for the next version of rubygem-passenger
- The Apache2 module is readily available through the mod_passenger package, a subpackage of rubygem-passenger. There's no need to run passenger-install-apache2-module and in fact that command will fail. I've added to my TODO list to remove that command from the package entirely, or replace it with my own script that lets you know to install the mod_passenger package.