Apache负载均衡器自定义探针

时间:2017-12-21 20:24:21

标签: apache mod-proxy mod-proxy-balancer

有没有办法使用apache httpd负载均衡器的自定义探针?

在下面的示例中,apache文档中,apache将通过ping服务端口来确定每个节点的可用性。相反,我希望apache调用一些/ probe服务,这将返回" ok"当节点可用时。这有可能吗?

<Proxy balancer://myset>
  BalancerMember http://www2.example.com:8080
  BalancerMember http://www3.example.com:8080
  ProxySet lbmethod=bytraffic
</Proxy>

ProxyPass "/images/"  "balancer://myset/"
ProxyPassReverse "/images/"  "balancer://myset/"

1 个答案:

答案 0 :(得分:0)

如果有人有同样的问题,看起来这可能在2.4中使用mod_proxy_hcheck:https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html