Two questions about Plack: 1. What is the concrete indicator that Plack is enabled and running or not? 2. I've looked at https://wiki.koha-community.org/wiki/Plack but: What can be useful for plack in my setup or for me? Recommended? Required? Extra? Only for developers? Thank you. El 19/03/18 a les 17:34, Tomas Cohen Arazi ha escrit:
El lun., 19 mar. 2018 a las 11:35, JanM (<jan.michael.mueck@uni-hamburg.de>) escribió:
MySQL-Version: mysql Ver 15.1 Distrib 10.0.34-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 Apache-Version: Server version: Apache/2.4.18 (Ubuntu) Memcached: Server: Nicht definiert | Namespace: koha | Status: unbekannt | Konfiguration gelesen aus: Nirgendwo Bitte beachten Sie, dass die Memcached-Konfiguration in Iher $KOHA_CONF-Datei erfolgen sollte. Aktuell gibt es keine gültige Memcached-Konfiguration. | Aktive Caching-Methode: Cache::Memory/
You are not running Plack (or is not configured correctly. To enable it you need to run:
$ sudo koha-plack --enable <instance> $ sudo koha-plack --restart <instance> $ sudo systemctl restart apache2
If it is already enabled, chances are you havent restarted apache2 or launched the koha-plack process.
Good luck!