Bugzilla – Attachment 54938 Details for
Bug 17204
Rancor Z39.50 search fails under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17204 - Rancor Z39.50 search fails under plack
Bug-17204---Rancor-Z3950-search-fails-under-plack.patch (text/plain), 1.10 KB, created by
Nick Clemens (kidclamp)
on 2016-08-26 15:15:12 UTC
(
hide
)
Description:
Bug 17204 - Rancor Z39.50 search fails under plack
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-08-26 15:15:12 UTC
Size:
1.10 KB
patch
obsolete
>From 723410882925fdef13e92654e9fafaddee3a4844 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 >--- > 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 f77f640..a27bcb6 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.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 17204
:
54938
|
56184
|
57343