Ruediger Pluem wrote:

<Proxy balancer://fill>
        BalancerMember http://server1:80 route=server1
    BalancerMember http://server2:80 route=server2
    </Proxy>

<VirtualHost A>
...
    ProxyPass /path balancer://fill/ stickysession=Sticky

</VirtualHost>
<VirtualHost B>
...
    ProxyPass /path balancer://fill/ stickysession=Sticky

</VirtualHost>

Then according to my thoughts virtualhost A and B would effectively share the
balancer from the main server. As far as I understood this is a situation
you wanted to avoid.

I want them to share the balancer.  Currently, they do not fully.

Or have I confused my self...

--
Brian Akins
Lead Systems Engineer
CNN Internet Technologies

Reply via email to