Gentoo Archives: gentoo-user

From: Jochen Schalanda <jochen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: {OT} mpm-prefork in apache2
Date: Wed, 13 Dec 2006 09:48:42
Message-Id: 200612130944.kBD9iP5Y029136@robin.gentoo.org
1 Grant <emailgrant@×××××.com> wrote:
2 > I'd like to use the MinSpareServers and MaxSpareServers directives in
3 > httpd.conf. Does anyone know how to enable prefork?
4
5 MPM prefork is statically compiled into the Apache httpd binary:
6
7 $ /usr/sbin/apache2 -l
8 Compiled in modules:
9 core.c
10 prefork.c <---- mpm prefork
11 http_core.c
12 mod_so.c
13
14 You can use the Min|MaxSpareServers directives in your configuration as you
15 like.
16
17 Regards,
18 Jochen
19
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: {OT} mpm-prefork in apache2 Grant <emailgrant@×××××.com>