On Aug 16, 9:06 pm, Graham Dumpleton <[email protected]> wrote: > That is only one of many possibilities. Neither a virtual environment > or sqlite need be involved to get a 500 response. It is important to > see all the error log messages first and if no log messages, then that > itself implies a few other possibilities.
[Sun Aug 16 22:24:11 2009] [error] [client 74.225.96.123] mod_wsgi (pid=5397): Exception occurred processing WSGI script '/var/www/xxxx/ xxxx.wsgi'. occurs when I disable: os.environ['PYTHON_EGG_CACHE'] = '/tmp' I knew I had seen that error when I was setting up django for a client, I mistakenly recalled the wrong line that was added to fix it. The Egg cache defaults to DocumentRoot, which wsgi doesn't have write permissions to. to the original poster, try adding the above line and see if the error goes away. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
