21 Jul
2014
21 Jul
'14
12:46 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11842 --- Comment #6 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Katrin Fischer from comment #5)
I haven't tried using memcache/caching in ages. What's required to set it up on a git dev installation?
Install memcache and then add some SetEnv lines to your apache config, e.g. SetEnv MEMCACHED_SERVERS 127.0.0.1:11211 SetEnv MEMCACHED_NAMESPACE koha make sure memcached is actually running, and it should just start working. There's a script that comes with memcache that lets you dump all its contents which is handy to see that it's actually being used. -- You are receiving this mail because: You are watching all bug changes.