Skip to content

Instantly share code, notes, and snippets.

@mamun67
Created March 5, 2021 04:27
Show Gist options
  • Save mamun67/3c7e1e9787220f0fb20b909678c4093b to your computer and use it in GitHub Desktop.
Save mamun67/3c7e1e9787220f0fb20b909678c4093b to your computer and use it in GitHub Desktop.
adding mutex to apache
https://stackoverflow.com/questions/50652808/apache-shutdown-couldnt-grab-mutex
Create the following file: /etc/apache2/conf-available/mutex-file.conf
Add Mutex file:${APACHE_LOCK_DIR} default inside the newly created file
Enable new configuration file with a2enconf mutex-file
Restart Apache with systemctl restart apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment