http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11167 --- Comment #1 from Magnus Enger <magnus@enger.priv.no> --- Created attachment 22576 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22576&action=edit Bug 11167 - Remove memcached config from koha-conf-site.xml.in Memcached-configuration is now done with environment variables or SetEnv in the Apache configs. Having remnants of the now obsolete configuration in koha-conf.xml might cause confusion as to where memcached is actually configured. This patch removes the two lines related to memcached from koha-conf-site.xml.in To test, the hard way: - Apply the patch - Build packages - Install package - Create instances and enable memcached - Check that memcached is used, even without the settings in koha-conf.xml To test, the easy way: - On an installation running off the packages, verify that memcached is actually configured through environment variables/SetEnv in the Apache configs, and not through koha-conf.xml -- You are receiving this mail because: You are watching all bug changes.