[freeside-commits] branch master updated. 1e63ee17a4f08d65f163bfa0bae4b8490cb4fae3
Ivan
ivan at 420.am
Wed Jul 6 11:11:38 PDT 2016
The branch, master has been updated
via 1e63ee17a4f08d65f163bfa0bae4b8490cb4fae3 (commit)
from 4314d9e0da1486cead65bc75ee0ab4351d49555e (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 1e63ee17a4f08d65f163bfa0bae4b8490cb4fae3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 6 11:11:37 2016 -0700
fix intermittent 900 NET OR SSL error, RT#42648
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index c6b1fd7..f0b44d7 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -7,12 +7,11 @@ PerlModule HTML::Mason
PerlSetVar MasonArgsMethod CGI
PerlModule HTML::Mason::ApacheHandler
-PerlChildInitHandler "sub { srand }"
-
PerlRequire "%%%MASON_HANDLER%%%"
+PerlChildInitHandler FS::Mason::child_init
+
#Locale::SubCountry
-#
AddDefaultCharset UTF-8
PerlModule FS::AuthCookieHandler24
-----------------------------------------------------------------------
Summary of changes:
htetc/freeside-base2.4.conf | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list