diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-04-03 16:04:35 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-03 16:04:35 -0700 | 
| commit | 65e3d153162c86acc526849af93a027696f9b843 (patch) | |
| tree | 6cf40b57b06d480078b73e7639d561bf97f21496 | |
| parent | 896bfbcac709ce7fdaec3bd73328ac1de7478c76 (diff) | |
fix broken apach restarts
| -rw-r--r-- | htetc/freeside-base2.4.conf | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf index dbf4013cd..2bddce529 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  | 
