Bug 6193 - Follow up: use SetEnv and remove memcached from koha-conf.xml
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 30 Dec 2011 12:10:36 +0000 (09:10 -0300)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 20 Feb 2012 22:24:02 +0000 (23:24 +0100)
commit52afe06ddd222fcd143bf34ba01daf01ba56674e
treed874e72a680cb9da50654b71bc0cdab5d9d955b9
parent39def35275c3f2fa8eb4468e97b4c445e1f605fb
Bug 6193 - Follow up: use SetEnv and remove memcached from koha-conf.xml

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Confirmed that memcached is still being used after the memcached configuration
in koha-conf.xml was removed, and the following two lines were added to
both virtual hosts in koha-httpd.conf:
SetEnv MEMCACHED_SERVERS "127.0.0.1:11211"
SetEnv MEMCACHED_NAMESPACE "KOHA"
C4/Auth.pm
C4/Biblio.pm
C4/Context.pm
C4/Languages.pm
etc/koha-conf.xml