Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-03 Thread Daniel Ferradal
El vie, 3 nov 2023 a las 9:36, escribió: > > > Now when the first server is in "bad condition" (192.168.1.40:8443 is > available, but the server does not respond), Apache waits 10 s and than it > sends 502 error to client, instead of using the second server. What is > wrong? Thanks in advance. >

Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-03 Thread ficajar
Hello Daniel, Thank you very much for your advice. Based on it I modified the configuration: BalancerMember https://192.168.1.40:8443 route=TOMCAT_SRV1 timeout=10 retry=30 BalancerMember https://192.168.1.50:8443 route=TOMCAT_SRV2 timeout=10 retry=30 ProxySet stickysession=JSESSIONI