Created
March 5, 2021 04:27
-
-
Save mamun67/3c7e1e9787220f0fb20b909678c4093b to your computer and use it in GitHub Desktop.
adding mutex to apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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