Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在负载均衡的集群中,如何避免将请求发送到仍在启动和初始化其缓存和心跳的节点尚未启动和运行。我已经尝试了https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html中的所有方法。但没有奏效。
您很可能必须在应用程序中构建自己的小型健康检查并从 mod_proxy 配置中调用它。