Command
sudo apache2ctl -V | grep -i mpm
Explanation
Displays which Multi-Processing Module is being used (prefork, worker, or event).
Examples
Check current MPM
sudo apache2ctl -V | grep -i mpm
sudo apache2ctl -V | grep -i mpm
Displays which Multi-Processing Module is being used (prefork, worker, or event).
Check current MPM
sudo apache2ctl -V | grep -i mpm