Re: [Koha] Add a branch, or not?
Hi Doug,
The problem I am seeing is that the SetEnv directives are not having an impact on the environment for the serving task. Those >environment variables are not set.
Any ideas where to look? I'll include the output About Koha below.
could you try to install mod_env (module of Apache 2.4) ? https://httpd.apache.org/docs/2.4/mod/mod_env.html Bye Zeno Tajoli
Good thought, but its already installed. Any other ideas? ls -al /etc/apache2/*/*env* -rw-r--r-- 1 root root 58 Aug 1 2015 /etc/apache2/mods-available/env.load -rw-r--r-- 1 root root 1280 Aug 7 2015 /etc/apache2/mods-available/setenvif.conf -rw-r--r-- 1 root root 68 Aug 1 2015 /etc/apache2/mods-available/setenvif.load lrwxrwxrwx 1 root root 26 Dec 4 2015 /etc/apache2/mods-enabled/env.load -> ../mods-available/env.load lrwxrwxrwx 1 root root 31 Dec 4 2015 /etc/apache2/mods-enabled/setenvif.conf -> ../mods-available/setenvif.conf lrwxrwxrwx 1 root root 31 Dec 4 2015 /etc/apache2/mods-enabled/setenvif.load -> ../mods-available/setenvif.load On Fri, Jul 7, 2017 at 4:01 PM, Zeno Tajoli <z.tajoli@cineca.it> wrote:
Hi Doug,
The problem I am seeing is that the SetEnv directives are not having an impact on the environment for the serving task. Those >environment variables are not set.
Any ideas where to look? I'll include the output About Koha below.
could you try to install mod_env (module of Apache 2.4) ? https://httpd.apache.org/docs/2.4/mod/mod_env.html
Bye Zeno Tajoli
Hi,
The problem I am seeing is that the SetEnv directives are not having an impact on the environment for the serving task. Those >>>environment variables are not set. Any ideas where to look? I'll include the output About Koha below.
could you try to install mod_env (module of Apache 2.4) ? https://httpd.apache.org/docs/2.4/mod/mod_env.html
Good thought, but its already installed. Any other ideas?
Reading agian the conf file, I see that you use plack Include /etc/koha/apache-shared-opac-plack.conf Do you have stop/start it ? Do you have stop/start memcached ? Could you try to disable plack and retest ? Bye Zeno Tajoli
participants (2)
-
Doug Kingston -
Zeno Tajoli