http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316
--- Comment #9 from Elliott Davis <[email protected]> --- Martin, I am just grateful for getting some feedback. I didn't want this to get stuck and never make it. Don't worry I promise to take all comments constructively :) I too had a go with the 502 errors from nginx. What I was seeing was a permissions error for the user for the plack script. You are probably seeing the same issue. If you run a tail -f /var/log/nginx/error.log (or where ever your log dir is) you should probably see something similar. I assumed it was just my setup. I resolved the issue by starting plack as the sudo user. Zebra runs as the koha user but I am thinking it may be a requirement to run plack as root. Let me know what you think/see. Elliott Davis -- 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/
