http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #41571|0 |1 is obsolete| | Attachment #41572|0 |1 is obsolete| | Attachment #41573|0 |1 is obsolete| | Attachment #41574|0 |1 is obsolete| | Attachment #41575|0 |1 is obsolete| | Attachment #41576|0 |1 is obsolete| | --- Comment #36 from Jonathan Druart <[email protected]> --- Created attachment 41748 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41748&action=edit Bug 13791: Plack out-of-the-box support on packages This patch introduces a koha-plack script that controls running Plack processes for each instance. They are run using 'starman', listening on a Unix Domain Socket (UDS): /var/run/koha/<instancename>/plack.sock The plack configuration file[1] is expected to be on: /etc/koha/plack.psgi and is installed by the package. It also adds the following helper functions to koha-functions.sh: - is_plack_enabled - is_plack_running Done: - koha-plack script - suitable psgi file To test this patches you will need to install - starman - libplack-middleware-reverseproxy-perl [1] Yeah, a single file. Because we will be relying on multiple mount points for each "app" (i.e. 'opac' and 'intranet', and 'api' ;-) ) Signed-off-by: Josef Moravec <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
