Finally got the setup to work.
For some backends I thought I needed ProxyPreserveHost On.
Investigating further I found a way for the server to construct pages
with absolute URLs to the external server-name.
On 15/09/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 9/15/06, Spil Oss <[EMAIL PROTEC
On 9/15/06, Spil Oss <[EMAIL PROTECTED]> wrote:
The proxy is addressed with https and some of the backends are http.
For the backends that do correct location headers and serve http,
ProxyPreserveHost sends the host to the backend with http-protocol,
the backend returns redirect location:
http://
The proxy is addressed with https and some of the backends are http.
For the backends that do correct location headers and serve http,
ProxyPreserveHost sends the host to the backend with http-protocol,
the backend returns redirect location:
http://www.somehost.com/somepath which isn't available b
On 9/15/06, Spil Oss <[EMAIL PROTECTED]> wrote:
I'm trying to modify the "Host" request header for a URL that is
subject to proxying, but that doesn't seem to work. Setting
ProxyPreserveHost On does work, but breaks other parts of the
configuration.
LoadModule rewrite_module modules/mod_rewrite.
I'm trying to modify the "Host" request header for a URL that is
subject to proxying, but that doesn't seem to work. Setting
ProxyPreserveHost On does work, but breaks other parts of the
configuration.
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule headers_module modules/mod_headers.