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