Reputation: 3512
What is the recommended approach to host rails on windows using Apache?
I googled a lot but most links recommend mod_rails for integrating Apache with Rails. However the links are for Linux and not windows
Upvotes: 0
Views: 365
Reputation: 14038
Is this for local development or for actually running a public accessible server?
Look at XAMPP.
Once you have that running, follow Eternal-Learner's answer. I originally suggested Mongrel but that seems to have been replaced by Thin.
Upvotes: 0