[Koha-bugs] [Bug 17261] Add memcached configuration info to about.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 1 16:49:35 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17261

--- Comment #22 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Everything looks ok for me.

Without memcached and plack configured/set:

 Servers: undefined| Namespace: koha | Status: unknown | Effective caching
method: Cache::Memory 

% Edit $KOHA_CONF and add memcached_servers
% sudo service memcached start

 Servers: localhost:11211 | Namespace: koha | Status: running.

% sudo koha-plack --enable kohadev
% sudo koha-plack --start kohadev
% sudo service apache2 restart

 Servers: localhost:11211 | Namespace: koha | Status: running.

% sudo service memcached stop

 Servers: localhost:11211 | Namespace: koha | Status: not running. Remember
memcached needs to be started before Plack. 

% sudo service memcached start

 Servers: localhost:11211 | Namespace: koha | Status: not running. Remember
memcached needs to be started before Plack. 

% sudo koha-plack --restart kohadev

 Servers: localhost:11211 | Namespace: koha | Status: running.

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


More information about the Koha-bugs mailing list