I'm building a new laptop for development and had installed the following over the last few days:
Ubuntu 11.04
Apache2
RVM
Ruby 1.9.2 under rvm
Ruby 1.8.7 under rvm
Passenger3 at 1.9.2@global
Passenger module for Apache using Ruby 1.9.2
Passenger3 at 1.8.7@global
I was about to set up some reverse proxy to Passenger standalone using Ruby 1.8.7 when I accidentally typed in Passenger start in a terminal window which did not point to 1.8.7@global.
The next thing I knew Passenger decided to install Nginx and itself without even a 'by your leave' and now I have an extra Passenger standalone installed somewhere on the machine that I want to get rid of but I can't find any instructions on how to remove this.
Edit
I have found a .passenger directory under /home/purvez
Maybe it's that one that I need to get rid of. Can anyone confirm or deny this please?