Re: [users@httpd] Query on number of child process created for worker MPM

2016-02-11 Thread Rajesh Tammineni
Thank you for reply. Please find below for further comments.. > On 11 Feb 2016, at 10:31 PM, Luca Toscano wrote: > > Hi Rajesh! > > My comments inline: > > 2016-02-11 13:21 GMT+01:00 Rajesh Tammineni : >> >> I am running apache 2.2 version on Linux OS and there is no configuration >> values

Re: [users@httpd] Query on number of child process created for worker MPM

2016-02-11 Thread Eric Covener
On Thu, Feb 11, 2016 at 7:21 AM, Rajesh Tammineni wrote: > I was in an impression the child process can create only 16 as per above > default ServerLimit value. Could you please clarify on this? If some are exiting due to MaxSpareThreads or MaxRequestsPerChild, or graceful restart, they don't co

Re: [users@httpd] Query on number of child process created for worker MPM

2016-02-11 Thread Luca Toscano
Hi Rajesh! My comments inline: 2016-02-11 13:21 GMT+01:00 Rajesh Tammineni : > > I am running apache 2.2 version on Linux OS and there is no configuration > values defined in my apache configuration. > > I believe it takes all below default values. > Please set the values that you need in the con

[users@httpd] Query on number of child process created for worker MPM

2016-02-11 Thread Rajesh Tammineni
Hi, I am running apache 2.2 version on Linux OS and there is no configuration values defined in my apache configuration. I believe it takes all below default values. ServerLimit 16 StartServers 2 MaxClients 400 MinSpareThreads 75 MaxSpareThreads 250 ThreadsPerChild 25 ListenBacklog 511 I am ob