diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-03-22 13:16:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-22 13:16:14 -0700 |
commit | e72a34d0f1719ed3e96f0c1f18bb9f4811239245 (patch) | |
tree | b5f15ae2ee273883ff87d1d29241b4e2f488337a | |
parent | 1e2c9c5f859d18d4dc7da8eb1d9b719fd6244aaa (diff) |
fix apache dying off for no reason (32-bit only?)
-rw-r--r-- | htetc/freeside-base2.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |