Bug 14448

Summary: Hypnotoad and Nginx config for REST API
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, ere.maijala, josef.moravec, olli-antti.kivilahti
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9100
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11952
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 13799    
Bug Blocks: 14747    
Attachments: Bug 14448 - Set up logging and configuration file reading for Mojolicious.
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.

Description Julian Maurice 2015-06-24 08:32:29 UTC

    
Comment 1 Julian Maurice 2015-06-24 08:33:57 UTC Comment hidden (obsolete)
Comment 2 Julian Maurice 2015-06-24 08:33:59 UTC Comment hidden (obsolete)
Comment 3 Julian Maurice 2015-06-24 08:34:01 UTC Comment hidden (obsolete)
Comment 4 Olli-Antti Kivilahti 2015-07-24 14:09:46 UTC Comment hidden (obsolete)
Comment 5 Olli-Antti Kivilahti 2015-07-24 14:10:03 UTC Comment hidden (obsolete)
Comment 6 Olli-Antti Kivilahti 2015-08-04 07:58:14 UTC Comment hidden (obsolete)
Comment 7 Olli-Antti Kivilahti 2015-08-04 07:58:43 UTC Comment hidden (obsolete)
Comment 8 Olli-Antti Kivilahti 2015-08-17 12:16:59 UTC
Created attachment 41545 [details] [review]
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Comment 9 Olli-Antti Kivilahti 2015-08-17 12:17:20 UTC
Created attachment 41546 [details] [review]
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.
Comment 10 Josef Moravec 2016-10-31 08:05:50 UTC
What is the status of this work?
Comment 11 Olli-Antti Kivilahti 2017-01-10 11:00:43 UTC
Hi!

I managed to get starman, the plack-server to do hot-reloads, so we might not be interested in maintaining Hypnotoad.

Community runs the REST API on starman and this is the most convenient thing to do.

I tried to get rid of Apache by running only starman behind haproxy, but starman couldn't beat apache2 in static content delivery so we still have apace2 around.

The less services we need to run Koha, the better.

So this feature is not maintained by us.