I'm new in apache balancing stuff.
I'm reading the docs in link text
- to start where do I put the (I mean, in wich file, vhost? httpd.conf?):
< Proxy balancer://mycluster >
BalancerMember http://192.168.1.50%3A80
BalancerMember http://192.168.1.51%3A80
ProxyPass /test balancer://mycluster/
- How do make it work?
Thanks,
Pedro