http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 --- Comment #64 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- (In reply to Robin Sheat from comment #63)
How will that interact with Plack? Environment variables aren't the easiest thing to pass through to that at this stage.
I think this will be overwritten by plack. I just created this system because there was no other system published in bugzilla for me to start building stuff on top of the Koha REST API. I think the big question is how to pass variables to Mojolicious app, without using env-variables. I don't know and the solution is good enough for me. What I would be worried of, is the redirection of STDERR and STDOUT to /dev/null in Mojo::Server::damonize(). Thus logging those streams from the service-script doesn't work, but it works when running Mojolicious directly from the terminal. -- You are receiving this mail because: You are watching all bug changes.