[Koha-bugs] [Bug 11167] Remove memcached config from koha-conf-site.xml.in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 31 01:46:28 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11167

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22576|0                           |1
        is obsolete|                            |

--- Comment #2 from Robin Sheat <robin at catalyst.net.nz> ---
Created attachment 22614
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22614&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

Signed-off-by: Robin Sheat <robin at catalyst.net.nz>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list