Receiving this message from my access.log:
It's attempting to load but locks up with a 504 Gateway Timeout. I then check my error.log:
This error has me a bit confused. Any help? asked 26 Dec '10, 13:21 pythondjango |
For Django stacks, as well as any application that has its own stack there will be 2 logs, one for the front-end server and ones for the back-end server. You should be looking at the logs for the application. Typically located in ~/logs/user/ and not ~/logs/frontend/. The error is more of a warning and can be ignored. You should restart the Django application, ./webapps/django/apache2/bin/restart, and check the logs in ~/logs/user/. You may also submit a support ticket and we can take a look. answered 26 Dec '10, 13:31 johns Thanks for the info!
(26 Dec '10, 13:56)
pythondjango
|