On 12/2/06, Jaqui Greenlees <[EMAIL PROTECTED]> wrote:

--- Joshua Slive <[EMAIL PROTECTED]> wrote:

> I'm not really sure what you mean by "included the
> perchild_mpm
> module", since mpm modules cannot be separately
> included like regular
> modules.  They must be compiled into the server.
> And I'm sure that
> nobody is distributing perchild as a default mpm.

a default http.conf entry that suggests it is:
# perchild MPM
<IfModule perchild.c>
    NumServers 5
    StartThreads 5
    MinSpareThreads 5
    MaxSpareThreads 10
    MaxThreadsPerChild 20
    MaxRequestsPerChild 0
</IfModule>

this is from a distro I don't have installed right
now, but they do actually use perchild in their http
server build, I have seen the compiled in module list
for it.

which only says that they made use of it in their
distro release last year. I will have to install the
current release and check for it.

No, it only says that the config file is ready if someone chooses to
recompile apache with perchild.  The <IfModule> indicates that this
section is completely ignored if perchild is not present, as is the
case in the default install.

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