[Koha] Enabling Memcached on Koha 3.18.06
Tomas Cohen Arazi
tomascohen at gmail.com
Tue May 5 14:26:57 NZST 2015
El 4/5/2015 6:12 p. m., "Craig Butosi" <craig.butosi at rcmusic.ca> escribió:
> 1. Installed memcached
>
> sudo apt-get install memcached
Good
> 2. Navigated to /etc/koha/koha-sites.conf and changed MEMCACHED
environment variable to 'yes' from 'no'
Wrong. Explanation: that configuration variable controls wether memcached
is enabled on each created instance, ON CREATION TIME. So already created
instances won't use memcached unless you explicitly created it using the
--use-memcached option switch.
> Any thoughts on why Koha is not showing up after running #6?
Yes! You need to set the relevant variables on the instance's apache
virtualhosts configuration file.
You are welcome!
More information about the Koha
mailing list