Re: [EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-18 Thread Spil Oss
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

Re: [EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-15 Thread Joshua Slive
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://

Re: [EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-15 Thread Spil Oss
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

Re: [EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-15 Thread Joshua Slive
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.

[EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-15 Thread Spil Oss
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.