Bugzilla – Attachment 22576 Details for
Bug 11167
Remove memcached config from koha-conf-site.xml.in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11167 - Remove memcached config from koha-conf-site.xml.in
Bug-11167---Remove-memcached-config-from-koha-conf.patch (text/plain), 1.88 KB, created by
Magnus Enger
on 2013-10-30 11:38:45 UTC
(
hide
)
Description:
Bug 11167 - Remove memcached config from koha-conf-site.xml.in
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2013-10-30 11:38:45 UTC
Size:
1.88 KB
patch
obsolete
>From 30913e8afac1e325a99fdbef3b162c937c884c68 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Wed, 30 Oct 2013 12:30:24 +0100 >Subject: [PATCH] Bug 11167 - Remove memcached config from > koha-conf-site.xml.in > >Memcached-configuration is now done with environment variables >or SetEnv in the Apache configs. Having remnants of the now >obsolete configuration in koha-conf.xml might cause confusion as >to where memcached is actually configured. This patch removes the >two lines related to memcached from koha-conf-site.xml.in > >To test, the hard way: >- Apply the patch >- Build packages >- Install package >- Create instances and enable memcached >- Check that memcached is used, even without the settings in > koha-conf.xml > >To test, the easy way: >- On an installation running off the packages, verify that memcached > is actually configured through environment variables/SetEnv in the > Apache configs, and not through koha-conf.xml >--- > debian/templates/koha-conf-site.xml.in | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 9bf090b..a8048a4 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -276,8 +276,6 @@ > <!-- <pazpar2url>http://__PAZPAR2_HOST__:__PAZPAR2_PORT__/search.pz2</pazpar2url> --> > <install_log>/usr/share/koha/misc/koha-install-log</install_log> > <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --> >- <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> >- <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> > <zebra_bib_index_mode>__BIBLIOS_INDEXING_MODE__</zebra_bib_index_mode> > <zebra_auth_index_mode>__AUTHORITIES_INDEXING_MODE__</zebra_auth_index_mode> > <queryparser_config>/etc/koha/searchengine/queryparser.yaml</queryparser_config> >-- >1.8.3.2
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 11167
:
22576
|
22614
|
22828
|
22829