Re: [users@httpd] really basic -- maybe off-topic question

2023-11-01 Thread Paul
On 2023-11-01 10:30, bruce wrote: I'm looking into Saas apps, and I'm seeing "frameworks". Some of these Saas/App frameworks don't appear to use apache/nginx as a "webserver", but the app will have a "Url" in an "env" file. So, somehow/somewhere the app is implementing some sort of server logic/f

[users@httpd] really basic -- maybe off-topic question

2023-11-01 Thread bruce
I'm looking into Saas apps, and I'm seeing "frameworks". Some of these Saas/App frameworks don't appear to use apache/nginx as a "webserver", but the app will have a "Url" in an "env" file. So, somehow/somewhere the app is implementing some sort of server logic/function. Is this normal? The frame

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

2023-11-01 Thread Daniel Ferradal
El mié, 1 nov 2023 a las 8:32, escribió: > 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.1

[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