Philip Wigg,
Sorry that was mistake. I didn't clear it :D
problem already solved. Have a nice day dude.
Best regards,
Tseveen.
On Mon, Dec 14, 2009 at 7:51 PM, Philip Wigg wrote:
> > I got prefork.c. Can you drive me
>
> I'm afraid I can't drive you, you'll have to read the documentation
> abo
> I got prefork.c. Can you drive me
I'm afraid I can't drive you, you'll have to read the documentation
about the process models. Here's a good start:-
http://httpd.apache.org/docs/2.2/mpm.html
http://httpd.apache.org/docs/2.2/mod/prefork.html
It might be that switching to the worker MPM is what
Philip Wigg,
You're right. Thank you very much. Solved
Regards,
Tseveen.
I got prefork.c. Can you drive me
On Mon, Dec 14, 2009 at 6:23 PM, Philip Wigg wrote:
> > On the documentation of Apache2.2
> > ServerLimit is a hard limit on the number of active child processes, and
> > must be greater
> On the documentation of Apache2.2
> ServerLimit is a hard limit on the number of active child processes, and
> must be greater than or equal to the MaxClients directive divided by
> the ThreadsPerChild directive. ThreadLimit is a hard limit of the number of
> server threads, and must be greater t
Hello,
On the documentation of Apache2.2
ServerLimit <../mod/mpm_common.html#serverlimit>is a hard limit on the
number of active child processes, and must be greater than or equal to the
MaxClients <../mod/mpm_common.html#maxclients> directive divided by the
ThreadsPerChild <../mod/mpm_common.ht