[users@httpd] Re: Enhancement Request

2018-08-24 Thread Christophe JAILLET
Le 24/08/2018 à 21:59, Campbell, Lance a écrit : Apache MPM Workers REQUEST: Please change your worker parameter naming convention in regards to MAX. Example: Parameter1 MaxParameter1 Parameter2 MaxParameter2 Why?  I completely misunderstood the difference between ThreadLimit and Threa

[users@httpd] Enhancement Request

2018-08-24 Thread Campbell, Lance
Apache MPM Workers REQUEST: Please change your worker parameter naming convention in regards to MAX. Example: Parameter1 MaxParameter1 Parameter2 MaxParameter2 Why? I completely misunderstood the difference between ThreadLimit and ThreadsPerChild. I have wasted over 8 hours researc

Re: [users@httpd] MPM worker - ThreadLimit and ThreadsPerChild

2018-08-24 Thread Campbell, Lance
I just figured it out. I found a document that explains just terms. ThreadsPerChild is the STARTING number of threads per process. ThreadLimit is the MAX threads that should be created by a child process. So when calculating ServerLimit you should always use the worst case formula. ServerLimt

Re: [users@httpd] MPM worker - ThreadLimit and ThreadsPerChild

2018-08-24 Thread Eric Covener
On Fri, Aug 24, 2018 at 3:42 PM Campbell, Lance wrote: > > Apache 2.4 > > MPM Worker > > The relationship between ThreadLimit and ThreadsPerChild is not very clear. > These are some questions I have. > > > > Why would you ever want ThreadLimit bigger than ThreadsPerChild? Obscure: So you can rai

[users@httpd] MPM worker - ThreadLimit and ThreadsPerChild

2018-08-24 Thread Campbell, Lance
Apache 2.4 MPM Worker The relationship between ThreadLimit and ThreadsPerChild is not very clear. These are some questions I have. 1. Why would you ever want ThreadLimit bigger than ThreadsPerChild? 2. If you do want it bigger then how do you determine how much bigger it should be? 3.

[users@httpd] Update :: Win mod_perl 2.0.10 for Apache 2.4.x

2018-08-24 Thread Steffen
See https://www.apachelounge.com/viewtopic.php?t=7737

Re: [users@httpd] Crashed

2018-08-24 Thread Eric Covener
> > [mpm_worker:error] [pid 31849:tid 140027731249280] AH00287: server is within > MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers > setting > > [Wed Aug 22 03:40:40.893477 2018] [mpm_worker:error] [pid 31849:tid > 140027731249280] AH00286: server reached MaxRequestW

[users@httpd] Crashed

2018-08-24 Thread Campbell, Lance
Summary: With the below settings apache crashed on me. The error log told me it reached MaxRequestWorkers. It suggested increasing the size. To remedy the situation I increased MaxRequestWorkers to 10,. Then I was fine. Based on the documentation it says that you are supposed to divide