Can u please clarify how the proxy reverse work? I don't think the host name inside each virtual server can understand the host name plus the context root.
Thanks for the quick reply.
Regarding the reverse-proxy, server has only 1 port open - 80. Then i want that one url (http://host) to have a root context, so:
http://host/app1
will direct requests to the app1 instance listening on port 81.
http://host/app2
will direct requests to the app2...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.