Apache - как определить тип MPM(Multi-Processing Module) на Ubuntu/Debian
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Apache - как определить тип MPM(Multi-Processing Module) на Ubuntu/Debian
3 MPM:
- worker - event - prefork
# a2query -M event
либо так
# apachectl -t -D DUMP_MODULES | grep mpm mpm_event_module (shared)