Hi,

This patch provides load balancing support for remote
proxy servers. Scenario:

<Proxy balancer://cluster/>
    BalancerMember http://cache1.foo.bar
    BalancerMember http://cache2.foo.bar
    BalancerMember http://cache3.foo.bar
</Proxy>

<VirtualHost *:8000>
        ProxyRemote * balancer://cluster/
</VirtualHost>

Mergeable ?

Thanks,

Davi Arnaut

Attachment: ProxyRemote-Balancer.patch
Description: Binary data

Reply via email to