问题标签 [mod-proxy-balancer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
225 浏览

apache - apache mod_proxy_balancer 随机停止向后端服务器发送流量,但没有错误

我正在使用 mod_proxy_balancer 对两个后端 IIS 服务器进行负载平衡。在监控 balancer-manager gui 时,我注意到 apache 偶尔会停止向其中一个成员发送流量。但是,日志中没有错误,也没有任何迹象表明服务器不可用。我尝试了各种 lbmethods(bytraffic、bybusyness)并看到相同的结果。我需要确定为什么流量会停止流向看似健康且未返回错误的成员。这通常发生在负载较重的情况下,这会导致性能问题,因为一台服务器正在处理所有请求。

相关配置:

0 投票
0 回答
219 浏览

apache - Apache 健康检查超时

mod_proxy_hcheck 似乎缺少运行状况检查的超时设置。 https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html

我已经在代理平衡器成员配置上测试了 mod_proxy 模块超时和连接超时设置。这不会影响 mod_proxy_hcheck 健康检查。

有没有办法为健康检查配置超时?

Apache 版本:Apache/2.4.25 (Debian)