couldnt install ror on apache

i have installed apache/php/mysql/phpmyadmin and they are working perfectly. but i wanna install ruby on rails too and i dont wanna install another apache. can you please what changes should i do exactly with apache? thanks

There are many different ways to serve rails If you want to keep your apache configuration just as it is, you could consider using a different front-end server (such as nginx); however, you should be able to use your same installation of Apache. Check out articles.slicehost.com for setup instructions - this isn't something that people are going to respond to with a "copy and paste" sort of answer. Also, search this forum for "server", "apache", "mod_rails", etc. to see what has already been said.

-Kyle