Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Set Mutex value in Apache config to prevent auto reload issues on boot
resolves #868
- Loading branch information
2af11c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just applied this change and whilst it does fix the bug that initially flagged it, I've noticed that the echo fix appends that line to /etc/apache2/apache2.conf for each site registered on each provision. Not a huge problem, but perhaps we should grep for its presence first?
Edit: added a pull request #869