Bugzilla – Attachment 112224 Details for
Bug 8437
Large database backups and large exports from export.pl fail under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8437: Exclude export.pl from plack
Bug-8437-Exclude-exportpl-from-plack.patch (text/plain), 1.46 KB, created by
David Cook
on 2020-10-22 22:57:40 UTC
(
hide
)
Description:
Bug 8437: Exclude export.pl from plack
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-10-22 22:57:40 UTC
Size:
1.46 KB
patch
obsolete
>From 2979af35b69e8428e9937da7b766917e9f23f523 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 3 Sep 2020 16:23:04 +0000 >Subject: [PATCH] Bug 8437: Exclude export.pl from plack > >When attempting to download large files from Koha plack can timeout > >Excluding the script from plack is a simple fix until we have a more permanent fix for this >issue. > >To test: >1 - Try to export your entire DB from Tools->Export >2 - If big enough, it fails >3 - Apply patch, copy changes to /etc/koha/apache-shared-intranet-plack.conf >4 - Restart all the things >5 - Repeat export, it succeeds > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > 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 df1037859f..029eca8d53 100644 >--- a/debian/templates/apache-shared-intranet-plack.conf >+++ b/debian/templates/apache-shared-intranet-plack.conf >@@ -14,6 +14,7 @@ > ProxyPass "/cgi-bin/koha/offline_circ/process_koc.pl" "!" > ProxyPass "/cgi-bin/koha/tools/background-job-progress.pl" "!" > ProxyPass "/cgi-bin/koha/tools/batchMod.pl" "!" >+ ProxyPass "/cgi-bin/koha/tools/export.pl" "!" > 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" "!" >-- >2.11.0
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 8437
:
11177
|
11353
|
11354
|
11355
|
109632
|
112224
|
112448