Installing rails app on apache

Hello friend!
I want to install a rails app on apache webserver, my application uses
rails 2.3.5 and i want to know the installation on both platform windows
and linux
Any help please! thank you in advance.

On Wednesday, December 11, 2013 7:15:42 PM UTC, Gift M. wrote:

Hello friend!
I want to install a rails app on apache webserver, my application uses
rails 2.3.5 and i want to know the installation on both platform windows
and linux
Any help please! thank you in advance.

On linux, passenger is an easy option. On windows I think people often
use
apache to proxy to one or more instances of thin, puma or similar

Fred

PS you’re using an out of date rails version vulnerable to remote code
execution attacks.

On Linux Passenger is a great way to run your app with apache. Just
google phusion passenger and you should find setup info for it.

Norm