In apache, is it possible to set up virtual web server, then based on a host name with a context root and apache will direct the incoming request to an instance? For example,
Virtual host 1 for host/app1, which apache will direct all incoming request to
Http://localhost:80
Virtual host 2 for...