[freeside-commits] branch FREESIDE_4_BRANCH updated. 532062e938736a53754271dbebfb1a6d78afaf7e
Ivan
ivan at 420.am
Wed Jul 6 11:11:40 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 532062e938736a53754271dbebfb1a6d78afaf7e (commit)
from 37294aa0398bafdf3aee8839b0fcc194cf226abd (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 532062e938736a53754271dbebfb1a6d78afaf7e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 6 11:11:39 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