I'm planning to build several tiny apps in Sinatra or Padrino and deploy them on the same server for sake of economy. Each app will be its own independent domain name (not subdomain), e.g.:
www.foo.com
-> Project /foo
www.bar.com
-> Project /bar
Maybe there will be another project in Apache/PHP in the same server (I'll use Passenger in that case).
Is that possible and viable? If so, What changes do I need to make in config files to achieve that (two projects in the same server) for e.g. Padrino?