Is it possible to run ror on apache under windows environment? I am having so much trouble with webrick server lately.
You should be able to do so with Passenger / mod_rails.
Here's a relevant Stack Overflow answer:
How to install Ruby on Rails alongside WampServer?