Victor, On Wed, Aug 21, 2013 at 4:37 PM, Victor Pang <victorp@netmedia.com.sg> wrote:
Tomas Cohen Arazi wrote
On Wed, Aug 21, 2013 at 4:19 PM, Victor Pang <
If you already have the memcached server running on 127.0.0.1:11211 you only need to check koha-conf.xml has this in the <config> section at the bttom:
<memcached_servers> 127.0.0.1:11211 </memcached_servers>
<memcached_namespace> KOHA </memcached_namespace>
Hmmm...I thought the tags in koha-conf.xml have been moved and they are
now
set in koha-httpd.conf instead, according to http://wiki.koha-community.org/wiki/Performance <http://wiki.koha-community.org/wiki/Performance> and http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193 <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193> ?
Hmm, <joke>I have to confess I forgot to take the memory pill</joke>, did you see who the patch author is? You are right, those SetEnv definitions on both the OPAC and Staff virtualhosts should do the trick. Also, you can turn on using memcached for storing sessions too, search 'SessionStorage' in the system preferences. Sorry for the confusion. Regards To+