>>> On 01.10.2009 at 00:26, in message
<7a3d8eaa-2c62-444b-80e5-7c4eec5ff...@rcbowen.com>, Rich Bowen
wrote:
>
> The first thing that comes to mind is that you have a Redirect header
> being sent by the back-end. Make sure that you have a ProxyPassReverse
> that matches the initial Proxy req
Hi,
we are having the following RewriteRule entry configured
RewriteRule ^/(.*)$ https://HOSTNAME/$1 [P]
which generally seems to work, all incoming requests are forwarded to the
indicated machine, not as redirect but utilising mod_proxy.
The problem starts to occur when a URL contains a qu