I used apache2 -l
in order to determine which Apache MPM is compiled. The output is:
Compiled in modules:
core.c
mod_so.c
mod_watchdog.c
http_core.c
mod_log_config.c
mod_logio.c
mod_version.c
mod_unixd.c
Then, I run apache2ctl -M
wich shows mpm_event_module (shared)
and a2query -M
which outputs event
.
The question, is the apache running on Event MPM although there is no Event MPM in 'Compiled in modules'?