简体   繁体   中英

Apache Module mod_proxy_balancer

We are using apache version 2.2.23 in our environment.We have configured apache in such a way that it should load balance between two applications servers for the same home page.

BalancerMember abc:8101 BalancerMember abc:8102 status=+H

we need to know how the apache web server is detecting that the server 8101 is down??? is it a ping or Telnet or something other then this.

Apache HTTPd does not have out of band healthcheck for BalancerMember. It will detect that a given server is down when a proxyfied request to this server fails.

The documentation can be found here : http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM