[users@httpd] apache dead pids

2019-11-14 Thread K K
We are running apache in our environment with the version 2.4.27 apachectl -v Server version: Apache/2.4.27 (Red Hat) Server built: Jun 6 2018 13:30:38 over period of time I see httpd pids lying around holding memory and not serving any more requests as I see no LISTEN attached to that pid.

Re: [users@httpd] Apache 2.4.41 checking env variable value

2019-11-14 Thread Yann Ylavic
On Thu, Nov 14, 2019 at 7:08 PM Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco) wrote: > > Hi Experts, > > > > I want to check the value of an environment variable which is already set. > > > > > > AllowOverride None > > Require env XYZ == ‘SUCCESS’ || expr “%{REQUEST_URI}

[users@httpd] Apache 2.4.41 checking env variable value

2019-11-14 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi Experts, I want to check the value of an environment variable which is already set. AllowOverride None Require env XYZ == 'SUCCESS' || expr "%{REQUEST_URI} == '/xyz/register/register.rq'" Here I want to check the variable is 'SUCCESS'. What is the correct syntax to check the