Re: [users@httpd] Logging issue

2021-04-22 Thread Richard
> Date: Thursday, April 22, 2021 20:24:02 -0400 > From: H > > On 04/22/2021 06:02 PM, Richard wrote: >>> Date: Thursday, April 22, 2021 16:53:56 -0400 >>> From: H >>> >>> I read on one webpage that the locations (ie app1, app2 etc) have >>> to have their own A records. Does that mean that I

Re: [users@httpd] Logging issue

2021-04-22 Thread H
On 04/22/2021 06:02 PM, Richard wrote: >> Date: Thursday, April 22, 2021 16:53:56 -0400 >> From: H >> >> I read on one webpage that the locations (ie app1, app2 etc) have >> to have their own A records. Does that mean that I need to have >> app1.mydomain.com, app2.mydomain.com etc. registered

Re: [users@httpd] Logging issue

2021-04-22 Thread Richard
> Date: Thursday, April 22, 2021 16:53:56 -0400 > From: H > > I read on one webpage that the locations (ie app1, app2 etc) have > to have their own A records. Does that mean that I need to have > app1.mydomain.com, app2.mydomain.com etc. registered individually > with my domain registrar for

Re: [users@httpd] Logging issue

2021-04-22 Thread H
On 04/18/2021 12:14 PM, Richard wrote: >> Date: Saturday, April 17, 2021 20:14:02 -0400 >> From: H >> >> My ultimate goal is to be able to run different php apps each >> potentially requiring its unique php version using php-fpm. I would >> also like so separate access and error logs by app, ie

Re: [users@httpd] Logging issue

2021-04-22 Thread H
On 04/20/2021 09:06 AM, Daniel Ferradal wrote: > I'm intrigued but maybe it was said but I missed it. > > You say you can´t do: "aaa.bbb.ccc.ddd/app1, aaa.bbb.ccc.ddd/app2¨ > > Well, you can, but in the same virtualhost, and you can even point to > multiple fpm pools for each > > Did you try

[users@httpd] mod_proxy_hcheck response timeout?

2021-04-22 Thread Daniel Ferradal
Hello, I'm trying to examine a case in which we want a balancer member to be set on fail if it can't responde in specific time to the hcheck request This example configuration: # example member 1 BalancerMember http://ip:port/ hcmethod=HEAD hcuri=/ping hcpasses=1 hcfails=1 hcinterval=5