https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17262
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55266|0 |1 is obsolete| | --- Comment #7 from Frédéric Demians <[email protected]> --- Created attachment 55742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55742&action=edit Bug 17262: Inject MEMCACHED_* variables into Plack's env This patch adds two functions to koha-functions.sh to read the MEMCACHED_* variables from configured instances' apache files (the only source for that info for now). It then tweaks koha-plack's start_plack() function so it exports the variables to env before launching starman. The patch seems trivial, but it highlights a bigger problem with our Plack integration as the starman server seems to hang if those environment variables are defined! Sponsored-by: ByWater Solutions Signed-off-by: Frédéric Demians <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
