Os três MPMs padrão ( prefork
, worker
e event
) estão disponíveis no pacote apache2-bin
(e, portanto, em todas as instalações apache2
para o Apache 2.4):
$ dpkg -L apache2-bin | grep mpm
/usr/lib/apache2/modules/mod_mpm_event.so
/usr/lib/apache2/modules/mod_mpm_prefork.so
/usr/lib/apache2/modules/mod_mpm_worker.so
De a entrada do changelog para 2.4.1-1
:
* Refactor binary packages, now as things simplified. MPMs are simple
modules now, they can be bundled into the same binary package which do not
need to conflict with each other. Thus, Apache now primarily consists of the
following packages:
+ apache2 - configuration files and init scripts, Debian specific helper
scripts
+ apache2-bin - binaries and modules
+ apache2-data - error pages and images
Por padrão, prefork
está ativado.