[freeside-commits] branch FREESIDE_4_BRANCH updated. 65e3d153162c86acc526849af93a027696f9b843
Ivan
ivan at 420.am
Mon Apr 3 16:04:37 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 65e3d153162c86acc526849af93a027696f9b843 (commit)
from 896bfbcac709ce7fdaec3bd73328ac1de7478c76 (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 65e3d153162c86acc526849af93a027696f9b843
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 3 16:04:35 2017 -0700
fix broken apach restarts
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index dbf4013..2bddce5 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -26,6 +26,9 @@ PerlSetVar FreesideLoginScript /freeside/loginout/login.html
#prevents cookie theft via JS
PerlSetVar FreesideHttpOnly 1
+#prevents broken restarts with "couldn't grab the accept mutex" error
+Mutex posixsem
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
#work around Apache2::AuthCookie vs. mod_dir
-----------------------------------------------------------------------
Summary of changes:
htetc/freeside-base2.4.conf | 3 +++
1 file changed, 3 insertions(+)
More information about the freeside-commits
mailing list