Can't find the Phusion Passenger Apache module
Can't find the Phusion Passenger Apache module. Visit http://www.modrails.com for installation instructions.
I started receiving this message after upgrading my Phusion Passenger. And possibly other stuff. Rerunning the passenger setup didn’t work. Then, while looking through my httpd.conf file, I found this line near the top:
LoadModule passenger_module /Library/Ruby/Gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
Which referenced an older version of passenger. Removing that line made things happy again. Of course, I am references the correct version now, down at the bottom of the file.


September 03, 2009 at 9:15 AM
awesome, thanks!
January 05, 2010 at 11:17 PM
You fixed it for me...thanks