[freeside-commits] branch FREESIDE_3_BRANCH updated. e72a34d0f1719ed3e96f0c1f18bb9f4811239245
Ivan Kohler
ivan at freeside.biz
Mon Mar 22 13:16:17 PDT 2021
The branch, FREESIDE_3_BRANCH has been updated
via e72a34d0f1719ed3e96f0c1f18bb9f4811239245 (commit)
from 1e2c9c5f859d18d4dc7da8eb1d9b719fd6244aaa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e72a34d0f1719ed3e96f0c1f18bb9f4811239245
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 22 13:16:14 2021 -0700
fix apache dying off for no reason (32-bit only?)
diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index 1504266cf..b60345ade 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -13,6 +13,9 @@ PerlChildInitHandler FS::Mason::child_init
#Locale::SubCountry
AddDefaultCharset UTF-8
+#prevents broken restarts with "couldn't grab the accept mutex" error
+Mutex posixsem
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
AuthName Freeside
-----------------------------------------------------------------------
Summary of changes:
htetc/freeside-base2.conf | 3 +++
1 file changed, 3 insertions(+)
More information about the freeside-commits
mailing list