Check Multi-Processing Module status
Change Apache listening port
Enable an Apache module
Change Multi-Processing Module
sudo a2dismod mpm_prefork && sudo a2enmod mpm_event && sudo systemctl restart apache2
Switches between Apache processing models (prefork, worker, event).
Switch to event MPM
Disable an Apache module
Reload Apache configuration
Test Apache configuration syntax