--- Joshua Slive <joshua@xxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx