Installing rails in a subfolder

Hi:

I am new to rails, and i want to ask if i can install rials in a web server subfolder :

www.mydomomain.com/ root domian       /project1       /project2       /project3

each project is an app rails?

Can this be made ?

Thanks in advance

You certainly can. You'll want to look into mod_rails (Passenger), as
it would be the easiest to set up in this fashion. The old school way
would be to use FastCGI, but it's been generally depricated for some
time now.

-Kevin

capistrano also can do it for you its has a video in www.railscasts.com

best