I had a nicely working Ruby on Rails server and I started upgrading my application to RoR 3.0. From the server perspective I just updated gems and installed some new ones.
Now Apache throws this error on startup:
[Tue May 03 16:33:39 2011] [error] *** Passenger could not be initialized because of this error: Unable to start the Phusion Passenger watchdog because its executable (/usr/lib/phusion-passenger/agents/PassengerWatchdog) does not exist. This probably means that your Phusion Passenger installation is broken or incomplete, or that your ‘PassengerRoot’ directive is set to the wrong value. Please reinstall Phusion Passenger or fix your ‘PassengerRoot’ directive, whichever is applicable.
Any idea what it means? What is PassengerWatchdog?