[freeside-commits] branch master updated. e362627ff1bd9b78074cfd1c9deac9f6210eaab5
Ivan
ivan at 420.am
Mon Apr 3 16:04:07 PDT 2017
The branch, master has been updated
via e362627ff1bd9b78074cfd1c9deac9f6210eaab5 (commit)
from f93d758f59bf0e7be4293a57ed6e8c6ba2c7a7fe (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 e362627ff1bd9b78074cfd1c9deac9f6210eaab5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 3 16:04:03 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