[Koha] How to activate memcached after installation?
Tomas Cohen Arazi
tomascohen at gmail.com
Thu Aug 22 07:23:52 NZST 2013
On Wed, Aug 21, 2013 at 4:19 PM, Victor Pang <victorp at netmedia.com.sg>wrote:
> I found the default values in Makefile.PL: MEMCACHED_SERVERS is
> 127.0.0.1:11211 while MEMCACHED_NAMESPACE is KOHA and I amend the SetEnv
> variables accordingly in koha-httpd.conf.
>
> Also, my Koha installation is of type "single" and installed to
> "/Users/koha" on Mac OS X 10.8.3, so I amended both the above variables and
> "Use Memcached" in "/Users/koha/misc/koha-install-log" file as well.
>
So you managed to install Koha on Mac OS X. Congratulations. Which version?
The current stable is 3.12.3.
If you already have the memcached server running on 127.0.0.1:11211 you
only need to check koha-conf.xml has this in the <config> section at the
bttom:
<memcached_servers>127.0.0.1:11211</memcached_servers>
<memcached_namespace>KOHA</memcached_namespace>
Regards
To+
More information about the Koha
mailing list