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

2023-11-07 Thread ficajar
Hello, Thank you all for your help. The basic functions work (the important thing is the combination of timeout and failontimeout=on). I will tune up the appropriate settings for the parameters. Fica - To unsubscribe, e-mail:

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

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

2023-11-01 Thread ficajar
Hello everybody. I use Apache 2.4.37 on Red Hat as balancer for two Tomcat servers. We have this configuration of balancer: BalancerMember https://192.168.1.40:8443 route=TOMCAT_SRV1 timeout=60 ping=1ms BalancerMember https://192.168.1.50:8443 route=TOMCAT_SRV2 timeout=60 ping=500ms