I have the default configuration of Apache for a Django Application and I'm creating the app in 'claimsolver.co' if I try to access the page a few times randomly I receive only a message that reads "Whoops!", I tried to access the logs but I cannot get to see what is happening. So I supposed It is related to Apache, How can I solve this? asked 28 Aug '14, 16:14 xpostudio4 |
The "Whoops" message would not be coming from the front-end nginx server or the back end apache instance unless you configured apache to do that. I do see a 200 error logged at $HOME/logs/user/error_<appname>.log You may want to investigate that issue and if you have further questions please feel free to open a support ticket. answered 28 Aug '14, 18:02 aaront ♦♦ |