Re: [OT] Apache : Redirect web requests - Keep the same host in the URL

2022-03-28 Thread Christopher Schultz
Olivier, Marking off-topic because this is about Apache httpd and not Apache Tomcat, but it's fine. See below. On 3/26/22 07:48, olivier giorgi wrote: The goal is that users willcontinue to connect to "https:/server1"but will actually browse to "https://server2";. I have successfullyredire

AW: Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: olivier giorgi > Gesendet: Samstag, 26. März 2022 12:49 > An: Tomcat Users List > Betreff: Apache : Redirect web requests - Keep the same host in the URL > > > Hello all, > > The goal is that users willcontinue to

Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread olivier giorgi
Hello all, The goal is that users willcontinue to connect to "https:/server1"but will actually browse to "https://server2";. I have successfullyredirected from "server1" to "server2" via apache/http, but the url seen in the browserchanges.  In the following configuration, how can I make this