From da100d67115d819a1f238d42f390637df5356406 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 5 Sep 2014 09:43:30 +0200 Subject: [PATCH] Define localSessionStorage so it won't clash if there're several handlers on the same host --- root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/05All | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/05All b/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/05All index 84ad484..6c56932 100644 --- a/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/05All +++ b/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/05All @@ -2,4 +2,6 @@ [all] globalStorage = Apache::Session::File globalStorageOptions = \{ 'Directory' => '/var/lib/lemonldap-ng/sessions/', 'LockDirectory' => '/var/lib/lemonldap-ng/sessions/lock/', \} +localSessionStorage=Cache::FileCache +localSessionStorageOptions=\{ 'namespace' => 'sessions', 'default_expires_in' => '600', 'directory_umask' => '007', 'cache_root' => '/var/cache/lemonldap-ng', 'cache_depth' => 3, \}