Is there a way to reverse proxy to any destination based on the given URL? For example, any request like
//jboss-server/A should be redirected to http://A
Tried with ProxyPass (apache webserver) and it doesn't seem to work.
Is there a way to reverse proxy to any destination based on the given URL? For example, any request like
//jboss-server/A should be redirected to http://A
Tried with ProxyPass (apache webserver) and it doesn't seem to work.