http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11842
--- Comment #6 from Robin Sheat <[email protected]> --- (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. _______________________________________________ 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/
