On 07/08/2011 06:29 PM, Micha Lenk wrote:
> Hi Apache developers,
> 
> I'm using Apache as a reverse proxy in a simple load balancer setup.
> I use ProxyPassReverse in order to re-write the backend server name in
> HTTP redirections (ie. in the Location header of the HTTP response).
> My configuration for the virtual host essentially looks like this:
> 
> <Proxy balancer://196f045aca6adc82a0b6eea93ed286a1>
>     BalancerMember http://server-1.local status=-SE
>     BalancerMember http://server-2.local status=-SE
> </Proxy>
> <VirtualHost 10.8.16.33:80>
>     ServerName frontend.local
> 
>     <Location />
>         ProxyPass balancer://196f045aca6adc82a0b6eea93ed286a1/
>         ProxyPassReverse balancer://196f045aca6adc82a0b6eea93ed286a1/

Try

ProxyPassReverse balancer://196f045aca6adc82a0b6eea93ed286a1


instead.

Regards

Rüdiger

Reply via email to