Bug 31348: Make koha-plack stop gracefully
authorDavid Cook <dcook@prosentient.com.au>
Fri, 12 Aug 2022 02:27:52 +0000 (02:27 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Oct 2022 22:02:59 +0000 (22:02 +0000)
commit6150bd7d812aafd8e6d4f32fe71e9a408c327448
treed6d7a49881d21bad4b9505995842263fa7690813
parent08dc25d75769070a5d67a8871b27c5d29256052b
Bug 31348: Make koha-plack stop gracefully

0. Apply patch
1. cp /usr/sbin/koha-plack /usr/sbin/koha-plack.bak
2. cp debian/scripts/koha-plack /usr/sbin/koha-plack
3. Now at roughly the same time do the following two actions:
    3a. Go to http://localhost:8081/cgi-bin/koha/about.pl
    3b. koha-plack --stop kohadev
4. Note that the HTTP request completes
5. Click on "Home"
6. Note that the error is "Service Unavailable" rather than "Proxy Error",
which would've occurred with an interrupted HTTP request/response

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5155e43b04a4283bb13eedd39cdcb9e12693630d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
debian/scripts/koha-plack