On Fri, Jun 12, 2020 at 5:02 AM Niranjan Rao <nhr...@gmail.com> wrote:
> [...] Example could be
>
> https://myserver/uat/app1
> https://myserver/qa/app1
>
>
> Earlier I have tried just https://myserver/app1 and it works correctly.
> But now I want to add environment to it. Applications don't know they
> are proxied and when "app1/" is accessed it sends back to "/app1/login",
> relative to app1. T

sounds like something you could fix with proxypassreverse:
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassreverse

If the html generated in your tomcat also contains absolute links, the note
about mod_proxy_html may apply, but you'll have to decide for yourself
at what point you may be better off re-configuring the tomcat applications.

rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to