简体   繁体   English

Apache模块mod_proxy_balancer

[英]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. 我们在环境中使用的是apache 2.2.23版。我们配置apache的方式应使其在同一主页的两个应用程序服务器之间实现负载平衡。

BalancerMember abc:8101 BalancerMember abc:8102 status=+H 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??? 我们需要知道apache网络服务器如何检测到服务器8101已关闭??? is it a ping or Telnet or something other then this. 是ping还是Telnet还是其他?

Apache HTTPd does not have out of band healthcheck for BalancerMember. Apache HTTPd没有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 该文档可以在这里找到: http : //httpd.apache.org/docs/2.2/mod/mod_proxy.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在apache mod_proxy_balancer上禁用粘性 - Disable stickyness on apache mod_proxy_balancer 使用Apache和mod_proxy_balancer进行轻微的粘性负载平衡 - Slightly sticky load-balancing with Apache and mod_proxy_balancer 使用Memcache向Apache的mod_proxy_balancer添加决策逻辑 - Adding decision logic to Apache's mod_proxy_balancer with Memcache Gentoo安装mod_proxy_balancer - Gentoo install mod_proxy_balancer 代理选择:mod_proxy_balancer,nginx +代理平衡器,haproxy? - Proxy choices: mod_proxy_balancer, nginx + proxy balancer, haproxy? 如何使用apache mod_proxy_balancer基于会话标识符启用粘性负载平衡 - How do I enable sticky load balancing based on session identifiers using apache mod_proxy_balancer apache mod_proxy_balancer随机停止向后端服务器发送流量,但没有错误 - apache mod_proxy_balancer randomly stops sending traffic to backend server, but no errors httpd mod_proxy_balancer故障转移failonstatus-透明切换 - httpd mod_proxy_balancer failover failonstatus - transparent switching 带有 websockets 的 apache mod 代理平衡器 - apache mod proxy balancer with websockets jQuery get()在群集网站上返回空白,mod_proxy_balancer错误? - jQuery get() returns blank on clustered web site, mod_proxy_balancer error?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM