I have a Rails Application which runs on "thin" Server on Windows Machine. I heard the best Server for Rails is Phusion Passenger,but unfortunately my Server runs on Windows Machine and it is not possible to install Phusion Passenger in windows.
Is it possible to deploy my Rails Application in Apache Server. If possible will it effect the performance of my Rails Application.
Any Help is appreciated.