Change Multi-Processing Module
Check Apache service status
Enable an Apache module
Check Multi-Processing Module status
sudo apache2ctl -V | grep -i mpm
Displays which Multi-Processing Module is being used (prefork, worker, or event).
Check current MPM
Disable an Apache module
Reload Apache configuration
Test Apache configuration syntax