Hello, 

I've written a python script that I'm attempting to import into Django. It 
works perfectly on a Windows machine and from the Django shell on the 
server, however when mod_wsgi gets involved I begin to get errors.

The error received is:
  Daemon process deadlock timer expired, stopping process 'app'. 
  mod_wsgi: Shutdown requested 'app'.
  Exiting thread in daemon process 'app'. 
  Aborting process 'app'.
  Truncated or oversized response headers received from daemon process 
'app' : 'app/directory/wsgi.py'

This occurs even on the homepage where the above mentioned custom script 
isn't even accessed. 

I've set my Apache log level to debug and it hasn't surfaced any other 
leads. I've also attempted multiple versions of mod_wsgi including 4.5.7, 
4.5.6, and 4.2.1. 


-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to