>  I'd like to use the MinSpareServers and MaxSpareServers directives in
> httpd.conf.  Does anyone know how to enable prefork?

MPM prefork is statically compiled into the Apache httpd binary:

$ /usr/sbin/apache2 -l
Compiled in modules:
  core.c
  prefork.c <---- mpm prefork
  http_core.c
  mod_so.c

You can use the Min|MaxSpareServers directives in your configuration as you
like.

Thanks Jochen.  Does anyone use prefork and prefer it over a regular
apache2 installtion?

- Grant
--
gentoo-user@gentoo.org mailing list

Reply via email to