From 559ad0bbe171f872ae2f54de8e40ef30452cd600 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 21 Aug 2013 18:44:35 -0300 Subject: [PATCH] Bug 10733: Follow-up - Forgot apache-site.conf.in I just forgot to put the SetEnv definitions there. Regards To+ Sponsored-by: Universidad Nacional de Cordoba --- debian/templates/apache-site.conf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/templates/apache-site.conf.in b/debian/templates/apache-site.conf.in index 42bdbcd..dd30bc6 100644 --- a/debian/templates/apache-site.conf.in +++ b/debian/templates/apache-site.conf.in @@ -8,6 +8,8 @@ ServerName __OPACSERVER__ SetEnv KOHA_CONF "/etc/koha/sites/__KOHASITE__/koha-conf.xml" + SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" + SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" AssignUserID __UNIXUSER__ __UNIXGROUP__ ErrorLog /var/log/koha/__KOHASITE__/opac-error.log @@ -23,6 +25,8 @@ ServerName __INTRASERVER__ SetEnv KOHA_CONF "/etc/koha/sites/__KOHASITE__/koha-conf.xml" + SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" + SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" AssignUserID __UNIXUSER__ __UNIXGROUP__ ErrorLog /var/log/koha/__KOHASITE__/intranet-error.log -- 1.8.1.2