From 61f3c5b880fa4da59959db116bf0cd3145a8b45a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 26 Aug 2016 15:04:12 +0000 Subject: [PATCH] Bug 17204: Rancor Z39.50 search fails under plack MetaSearcher.pm forks children to handle searching each server. When the process waits for the children it never continues. The simplest solution here is to exclude the metasearcher service from running under plack Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall --- debian/templates/apache-shared-intranet-plack.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/templates/apache-shared-intranet-plack.conf b/debian/templates/apache-shared-intranet-plack.conf index f5e7b90d74..5ae8e07e37 100644 --- a/debian/templates/apache-shared-intranet-plack.conf +++ b/debian/templates/apache-shared-intranet-plack.conf @@ -18,6 +18,7 @@ ProxyPass "/cgi-bin/koha/tools/manage-marc-import.pl" "!" ProxyPass "/cgi-bin/koha/tools/stage-marc-import.pl" "!" ProxyPass "/cgi-bin/koha/tools/upload-cover-image.pl" "!" + ProxyPass "/cgi-bin/koha/svc/cataloguing/metasearch" "!" ProxyPreserveHost On -- 2.39.5