Now I am pretty new to Sinatra/Ruby/Apache but have inherited a Sinatra application to deploy.
Currently Apache is set up to run from a document root (httpdocs) and I need to run a ruby application underneath a folder subdirectory such as: /httpdocs/webapp
What do I need to do to get this up and running under a subdirectory?