Redhat系统:
ProxyRequests OffBalancerMember http://10.0.0.3/bugzilla loadfactor=3 BalancerMember http://10.0.0.4/bugzilla loadfactor=1 ProxyPass /bugzilla balancer://mycluster/SetHandler balancer-manager :wq
service httpd restart
Ubuntu系统需先启用下面模块,其它不变
a2enmod proxy
a2enmod proxy_balancer
a2enmod proxy_connect
a2enmod proxy_http
a2enmod lbmethod_byrequests
更多Apache的相关技术文章,请访问Apache教程栏目进行学习!
以上就是Apache如何做负载均衡的详细内容,更多请关注其它相关文章!