Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Daniel Ferradal
As a side note there are also many wrong choices regarding configuration. Using deprecated 2.2.x directives like Order, Allow,Deny,Satisfy . Using this is very wrong: <--- this is the / in your filesystem, not the documentroot Options FollowSymLinks AllowOverride All <-- always

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Anil Kumar P
A quick look at your config tells me you are using prefork mpm instead you should be using event mpm which provides better concurrent access boost. Please look at the apache mpm documentation for more details. Thanks, Anil > On Dec 5, 2019, at 2:13 AM, Jayaram Ponnusamy > wrote: > >  >

[users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Jayaram Ponnusamy
Hello, We are using apache 2.2.21 on RHEL6.9 and in Backend we are using Tomcat AppServer with JavaBased CMS. Our Server Architecture is *(F5 [For Load Balance] -> Apache WebServer [For Redirection & URL Mapping] -> Tomcat AppServer [Running a Java Based CMS]).* We are using Apache to connect