On Thu, 2009-03-26 at 15:40 +0000, Andrew Hole wrote: > By default the following instructions are commented: > > # Server-pool management (MPM specific) > #Include conf/extra/httpd-mpm.conf > > In this case MPM is enabled ? Which are the default values? > The MPM is configured when the server is compiled. Run 'httpd -l' to list the compiled in modules, one of them will be the MPM module. The standard UNIX options are 'prefork', 'worker', 'event'. There are also 'mpm_netware','mpm_os2', mpm_winnt' and 'beos' MPMs, which only run on netware, os/2, windows and beos respectively. > By the way: > The number of active workers on Apache is exactly the same number of > active threads in Tomcat? Apache httpd has nothing to do with Tomcat, so if it does, it is entirely coincidental. > > Thanks a lot > A --------------------------------------------------------------------- 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