How to run rails2 app on passenger and apache2 in centos

53 views Asked by At

I have an old Rails 2.0.1/Ruby 1.8.7 app it had run in a production environment on centos 6 using thin and appcahe2 server.But i need to run on Passenger and Apache2 server,is there any possibilities to run on it..?

Thanks for Your Help....

1

There are 1 answers

0
rick On BEST ANSWER

I would suggest you to go for below links to refer all steps to set up your application on passenger and Apache2. In those links, author shows setup of application made with latest rails and ruby versions but you can change that as your requirement.

Install Ruby on Rails with Apache and Passenger on CentOS 6

How To Setup a Rails 4 App With Apache and Passenger on CentOS 6