[Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 21 14:05:52 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
108     # We also add the MEMCACHED_ settings to the actual environment, to
make sure any early
109     # initialization of Koha::Cache correctly sets up a memcached
connection.
110     foreach my $special_var ( qw( MEMCACHED_SERVERS MEMCACHED_NAMESPACE ) )
{
111         $ENV{$special_var} = $setenvs{$special_var} if defined
$setenvs{$special_var};
112     }

Jesse, could you explain in which cases this is useful?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list