[horde] recent GIT ignores tmpdir and cachedir settings
Joerg Pulz
Joerg.Pulz at frm2.tum.de
Tue Feb 25 20:29:39 UTC 2014
Hi list,
with a recent 5.2.0-git (pulled today) it seems that
$conf['tmpdir'] = '/.../horde_tmp';
and
$conf['cache']['params']['dir'] = '/.../horde/static';
are completely ignored.
Both directories are writeable by the webserver process but remain empty.
Instead of putting all cache and temporary files in those directories
all "cache_*", "horde_registry_cache_*" and horde_autoloader_cache_*"
files (>7000 files) are stored in "/tmp".
Here are the complete settings for "cache":
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['dir'] = '/.../static';
$conf['cache']['params']['sub'] = 1;
$conf['cache']['params']['prefix'] = 'horde';
$conf['cache']['driver'] = 'File';
$conf['cache']['use_memorycache'] = '';
Any idea how to fix this?
Kind regards
Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1330 bytes
Desc: PGP Public Key
URL: <http://lists.horde.org/archives/horde/attachments/20140225/827969f4/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: PGP Digital Signature
URL: <http://lists.horde.org/archives/horde/attachments/20140225/827969f4/attachment-0003.bin>
More information about the horde
mailing list