I'm randomly getting 500 server errors and trying to diagnose the problem. The setup is:
Apache + mod_python + Django
My 500.html page is being served by Django, but I have no clue what is causing the error. My Apache access.log and error.log files don't contain any valuable debugging info, besides showing the request returned a 500.
Is there a mod_python or general python error log somewhere (Ubuntu server)?
Thanks!