summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-03 16:04:35 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-03 16:04:35 -0700
commit65e3d153162c86acc526849af93a027696f9b843 (patch)
tree6cf40b57b06d480078b73e7639d561bf97f21496 /htetc
parent896bfbcac709ce7fdaec3bd73328ac1de7478c76 (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