My rails application doesn't response for the address I configured in nginx (No data response. Error 324 (net::ERR_EMPTY_RESPONSE)
). Now I'm trying to figure out what the problem could be. Nginx log has per request:
libc++abi.dylib: terminate called throwing an exception 2013/10/21 15:15:30 [alert] 54636#0: worker process 54723 exited on signal 6
If I look into application log - there is no changes, looks, like passenger didn't request something from the app. So I though about another log files, where I could gather some information.
Where does passenger locate its log file?
Is there any special? Or does passenger use one of the application logs?