Hi, I have a Ruby on Rails application (www.teambox.com) that keeps failing with a 502 Gateway error.
Here's a rundown of the (many) hours of troubleshooting I've spent on this: - runs fine when I'm in /stuff/teambox/script/ directory - runs fine when I manually execute the Interpreter configuration in cherokee: (/usr/bin/env BUNDLE_GEMFILE=/stuff/teambox/Gemfile \ PWD=/stuff/teambox/script /stuff/teambox/script/server -e development -p 52576) - I've tried using both /usr/bin/env and the Cherokee env variable, no go - I've su'ed into cherokee user and then run the command (/usr/bin/env BUNDLE_GEMFILE=/stuff/teambox/Gemfile \ PWD=/stuff/teambox/script /stuff/teambox/script/server -e development -p 52576) and it works fine with no issues I can't really see what's going on in terms of why the application fails. The logs don't show anything. There's been a very very similar thread (http://www.mail-archive.com/[email protected]/msg04278.html) in the near past; unfortunately none of the solutions seem to work. Any help would be greatly appreciated; I'm about to rip my hair out. ;) -james _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
