I'm deploying a django app that I developed on my local machine and have been tailing the ~/logs/user as I get it going. The application is running (after adding the project path to the httpd.conf file) but I'm getting this error that looks quite bad: [Sun Nov 14 12:35:23 2010] [error] Exception KeyError: KeyError(-1208101184,) in <module 'threading'="" from="" '="" usr="" local="" lib="" python2.6="" threading.pyc'=""> ignored asked 14 Nov '10, 12:44 scottjwill |
Based on this post in the mod_wsgi mailing list, I think the KeyErrors re threading are a bug in mod_wsgi 3.2. You might be able to reduce them somewhat by adding " We'll look into adding mod_wsgi 3.3 to our control panel. Re the SIGTERMs, I'm not sure why your Apache is restarting. I know we're not doing it on our end. answered 14 Nov '10, 13:23 seanf |