http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316 --- Comment #9 from Elliott Davis <elliott@bywatersolutions.com> --- 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.