I need some help on using the reverse proxy in apache. what i want to achieve is that suppose my apache webserver intercepts requests like.
https://myweb-application1-secret.domain1.com/webcontextroot and i want to use the particular url of my choice to mask some important information in above URL
e.g i want to use the new URL as
https://myweb-application1-normal.domain2.com/webcontextroot
how can i achieve this.