Re: [users@httpd] Graceful shutdown of apache

2018-11-27 Thread Hemant Chaudhary
I am using apache-2.4.29 version. On Nov 28, 2018 4:32 AM, "Yann Ylavic" wrote: Hi Hemant, On Mon, Nov 26, 2018 at 5:53 PM Hemant Chaudhary wrote: > > I am able to stop only by kill -9 signal. Which httpd version are you using? The latest one (2.4.37) has several improvements with regard to

Re: [users@httpd] apache 2.4 stops responding suddenly

2018-11-27 Thread Frank Gingras
Please don't hijack other threads, thank you. On Tue, Nov 27, 2018 at 2:56 PM Chaithanya Taduri wrote: > Hi team, > > > We have observed a strange thing after we have upgraded our environment > from apache 2.2 to pache 2.4. Its stops responding suddenly and works fine > after restart. Could you

Re: [users@httpd] Graceful shutdown of apache

2018-11-27 Thread Yann Ylavic
Hi Hemant, On Mon, Nov 26, 2018 at 5:53 PM Hemant Chaudhary wrote: > > I am able to stop only by kill -9 signal. Which httpd version are you using? The latest one (2.4.37) has several improvements with regard to signals and -X mode. Regards, Yann. -

Re: [users@httpd] apache 2.4 stops responding suddenly

2018-11-27 Thread Chaithanya Taduri
Hi team, We have observed a strange thing after we have upgraded our environment from apache 2.2 to pache 2.4. Its stops responding suddenly and works fine after restart. Could you please let us know hat all teh possible reasons and how to fix it. Thanks & Regards, Chaithanya Taduri GORDON

Re: [users@httpd] rewrite rules - MS Edge VS Firefox

2018-11-27 Thread Jonathon Koyle
I've seen a lot of oddities from MS Edge. Any chance your 10.5.20.101 box is a virtual machine? I'm also assuming that the second RedirectMatch has a typo in the e-mail (a second '^'). On Tue, Nov 27, 2018 at 6:40 AM lejeczek wrote: > hi guys > > I have a few rewrite rules: > >ProxyPass

[users@httpd] rewrite rules - MS Edge VS Firefox

2018-11-27 Thread lejeczek
hi guys I have a few rewrite rules:   ProxyPass /SASStudio http://10.5.20.101/SASStudio   ProxyPassReverse  /SASStudio http://10.5.20.101/SASStudio   RedirectMatch permanent ^/SASStudio$ /SASStudio   ProxyPass /SASInformationCenter http://10.5.20.101/SASInformationCenter  

[users@httpd] FCGI STARTER

2018-11-27 Thread Ananya Dey
Hi all, I am trying to run a fast CGI program on apache using fcgistarter. I am running the following command- ./fcgistarter -c -p 1122 -N 1 However no process has started on this port. Is there any way of checking if this is working properly? Thanks Ananya