Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
Hi Jim & Jason, Yes We are planning to upgrade to httpd 2.4.25 (Stable Version). So, in the 2.4.25 also we should use mod_jk to connect with Tomcat or anyother better options are there? Tomcat instances are running on different machines. And mod_php is not configured. Thanks On Wed, Mar 1, 2017

[users@httpd] RewriteRules with Prestashop and Drupal

2017-03-01 Thread M A P
Hello, 2 separate needs for 2 web sites... 1) a prestashop 1.6 catalog. The owner asked to change the domain name of the site but wanted to keed the old one for legacy purpose... so www.olddomain.com became www.newdomain.com We did a rewri

Re: [users@httpd] apache server send tlsv1.2 close notify after change cipher spec, why? (solved)

2017-03-01 Thread Falk Hackenberger
Hello, this is solved. The hint was, that there was a 20s delay between: client -> server TCP [ACK] server -> client TLSv1.2 125 Alert (Level: Warning, Description: Close Notify) So the client send no request for 20s after tls Change Cipher Spec and mod_reqtimeout says goodbye to the client. Re

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jason Brooks
Hello, You will also need to turn off mod_php if it’s loaded. —jason Jason BrooksSystems Administrator eROIPerformance is Art. m: 505 nw couch #300 w: eroi.com t: 503.290.3105f: 503.228.4249 fb: fb.com/eROI

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jim Jagielski
If you can, I would upgrade to httpd 2.4.x... If you must stay w/ 2.2.x, then Worker might be more reliable for you than Event. > On Mar 1, 2017, at 9:56 AM, Jayaram Ponnusamy > wrote: > > Thanks Jim for the suggestion. > I will update > Timeout 5 > KeepAliveTimeout 2 > > We are using Apache 2

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
Thanks Jim for the suggestion. I will update Timeout 5 KeepAliveTimeout 2 We are using Apache 2.2.23 We will try to install Event MPM and will check. Thanks Jay On Mar 1, 2017 5:05 PM, "Jim Jagielski" wrote: You should not be using prefork unless you really, really need to. Assuming you are

Re: [users@httpd] Re: ModSecurity and custom headers

2017-03-01 Thread Andrei
Thanks! On Wed, Mar 1, 2017 at 3:36 AM, Luca Toscano wrote: > Hi Andrei, > > 2017-03-01 6:54 GMT+01:00 Andrei : > >> Is there a different list I should be asking this on? >> > > I would start from https://modsecurity.org/help.html (Mod Security is not > part of the httpd release since it is a th

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jim Jagielski
You should not be using prefork unless you really, really need to. Assuming you are running 2.4.x, I would strongly suggest running the Event MPM. Your Timeout and KeepAliveTimeout values are also way too big; I'd recommend 5 and 2, respectively. > On Mar 1, 2017, at 4:19 AM, Jayaram Ponnusamy

Re: [users@httpd] Re: ModSecurity and custom headers

2017-03-01 Thread Luca Toscano
Hi Andrei, 2017-03-01 6:54 GMT+01:00 Andrei : > Is there a different list I should be asking this on? > I would start from https://modsecurity.org/help.html (Mod Security is not part of the httpd release since it is a third party module). Hope that helps! Luca

[users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
Dear All, We are using 2 Apache & 2 Tomcat with LoadBalance. Everyday the site is goes down and restarting Apache & Tomcat only help to bring the site back. I could see below errors on WebServer's Error Log, when the "total children" count increased more than 200 then Apache is not responding. I