5 May
2015
5 May
'15
4:26 a.m.
El 4/5/2015 6:12 p. m., "Craig Butosi" <craig.butosi@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!