--- 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.

Jaqui


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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