summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-03 16:04:03 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-03 16:04:03 -0700
commite362627ff1bd9b78074cfd1c9deac9f6210eaab5 (patch)
treeb90642533a3b9a78bb58543f12a7f770e6da192f /htetc
parentf93d758f59bf0e7be4293a57ed6e8c6ba2c7a7fe (diff)
fix broken apach restarts
Diffstat (limited to 'htetc')
-rw-r--r--htetc/freeside-base2.4.conf3
1 files changed, 3 insertions, 0 deletions
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