Hello,
yes you are right, I've already corrected this:
...
ProxyPreserveHost On
ProxyPass https://intern.de/app1
ProxyPassReverse https://intern.de/app1
But it doesn't work.
If I call http://extern.de/online, I get as reponse URL http://extern.de/app1
shown in my browser.
Hello to all,
I'm trying to set up a APACHE Reverse-Proxy
I've created a vhost with following directives:
…
ProxyRequests Off
ProxyPass http://intern.de/app1
ProxyPassReverse http://extern.de
…
At first call, the URL http://intern.de/app1 will be redirected from der
backend ser