I am setting up a new web server (ubuntu 10.04 LTS), I want to get run on production mode: PHP, Rails 2.3.X and Rails 3, and each one should be accessible from diferent path, ex:
http://localhost/rails2_project
http://localhost/rails3_project
running the three at the time.
I already have installed rvm (with ruby 1.8.7 and 1.9.2), Apache, PHP and MySQL (I use MySQL for Rails and PHP applications).
Some suggest, documentation, links?... are all welcome