On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> Thanks again Joshua.
> Actually in httpd.conf, I have many occurences of
> MaxClients:
>
>
> # prefork MPM
> ...
> MaxClients         150
> ...
> # worker MPM
> ...
> MaxClients         150
> ...
>
> # BeOS MPM
> ...
> MaxClients                 50
> ...
>
> all of these should be replaced and add backlog?

You need to figure out which mpm you are using and edit that one. Most
likely, if you are using a default install, you have the prefork mpm.
But "apachectl -V" will tell you for sure.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to