In case apache crash with message like: Identifier removed: AH00144: couldn't grab the accept mutex
Create conf file
nano /etc/apache2/conf-available/mutex-file.conf
Add inside
Mutex file:${APACHE_LOCK_DIR} default
Enable new configuration file with
a2enconf mutex-file
Restart Apache with
systemctl restart apache2