Article 5F87C How to launch a Load Balancer for the Apache Reverse Proxy server?

How to launch a Load Balancer for the Apache Reverse Proxy server?

by
n00b_noob
from LinuxQuestions.org on (#5F87C)
Hello,
I configured my Apache Reverse Proxy as a Load Balancer to handle Back-End servers. When a Back-End server stopped, then another one provide service:
Code:<VirtualHost *:80>

<Proxy balancer://cluster>

BalancerMember http://Server1's-IP/

BalancerMember http://Server2's-IP/

</Proxy>

ProxyPreserveHost On
ProxyPass / balancer://cluster/
ProxyPassReverse / balancer://cluster/
</VirtualHost>How can I do it with Reverse Proxy server itself? When a Reverse Proxy stopped, then another Reverse Proxy provides services?

Thank you.latest?d=yIl2AUoC8zA latest?i=oV6MjO7G1Hc:s94QtFDhbmk:F7zBnMy latest?i=oV6MjO7G1Hc:s94QtFDhbmk:V_sGLiP latest?d=qj6IDK7rITs latest?i=oV6MjO7G1Hc:s94QtFDhbmk:gIN9vFwoV6MjO7G1Hc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments