I have developed a small ruby web application using Webrick abstract servlet , File-handler and basic authentication. Now I want this application to be served using apache and passenger, what are the options available
Do I need to remove Webrick dependent code and use sinatra or rack?
0r
Any other short cut is available like writing a rackup, etc ?