Bugzilla – Attachment 55828 Details for
Bug 17332
Memcached configuration missing in koha-conf* files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17332: Include memcached configuration in koha-conf files
Bug-17332-Include-memcached-configuration-in-koha-.patch (text/plain), 2.32 KB, created by
Kyle M Hall (khall)
on 2016-09-26 18:42:18 UTC
(
hide
)
Description:
Bug 17332: Include memcached configuration in koha-conf files
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-09-26 18:42:18 UTC
Size:
2.32 KB
patch
obsolete
>From 7111117ad836fca5405723e4ffda06f48a0fe2b5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 23 Sep 2016 11:28:58 -0300 >Subject: [PATCH] Bug 17332: Include memcached configuration in koha-conf files > >This patch introduces the memcached_servers and memcached_namespace >configuration entries as expected by 11921. > >Note: better test this one and the followup together to ease the process. > >To test: >- Do a source Koha install (dev, standard, single) >=> SUCCESS: The resulting koha-conf.xml file includes the memcached_* entries > which are filled with the right values. >- In kohadevbox (packages setup): >- Replace /etc/koha/koha-conf-site.xml.in with the one from this patch >- Create a new koha instance >=> SUCCESS: The instance's koha-conf.xml includes the relevant entries >- Sign off > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > debian/templates/koha-conf-site.xml.in | 2 ++ > etc/koha-conf.xml | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 25ac182..8f7af30 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -289,6 +289,8 @@ __END_SRU_PUBLICSERVER__ > You can also include: debug,log,malloc,all,request. > Use a comma-separated list of levels to include. --> > <!-- <zebra_loglevels>none,fatal,warn</zebra_loglevels> --> >+ <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> >+ <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> > > <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm --> > <ttf> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index c361846..1ce3c90 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -116,6 +116,8 @@ __PAZPAR2_TOGGLE_XML_POST__ > <use_zebra_facets>1</use_zebra_facets> > <queryparser_config>__KOHA_CONF_DIR__/searchengine/queryparser.yaml</queryparser_config> > <log4perl_conf>__KOHA_CONF_DIR__/log4perl.conf</log4perl_conf> >+ <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> >+ <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> > > <!-- Secret passphrase used by Mojolicious for signed cookies --> > <api_secret_passphrase>CHANGEME</api_secret_passphrase> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17332
:
55776
|
55777
|
55784
|
55785
| 55828 |
55829