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
Virtual host 2 for host/app2, which apache will direct all incoming request to
If not possible to do, what is the way?
Virtual host 1 for host/app1, which apache will direct all incoming request to
Virtual host 2 for host/app2, which apache will direct all incoming request to
If not possible to do, what is the way?