Hi all,
We recently tried to deploy mod_wsgi (v2.3) with Apache 2.x in our
Django stack. On our beta machines, with little to no load, it worked
fantastically.

However, as soon as we moved it to production and it was under a
heavier load, we began getting these errors:

[Thu Oct 16 11:26:30 2008] [error] [client 10.3.10.154] (70007)The
timeout specified has expired: mod_wsgi (pid=17615): Unable to get
bucket brigade for request., referer: https://www.example.com/app2/import/new/

There were some other configuration problems outside of mod_wsgi that
forced us to rollback the mod_wsgi implementation as well. However, we
have still not been able to discover the reason for or replicate this
error in any of our testing.

That URL that is the referrer typically does a file upload, so I
suspect those uploads were getting lost and some anecdotal evidence
from our users while mod_wsgi was enabled indicates lost or bad file
uploads.

My question then is:

1) Is there information on this error that I could peruse?
2) Does anyone know whether this is just a sorry configuration for
mod_wsgi or is it something deeper and more nefarious?
3) Perhaps this has nothing to do with mod_wsgi, in which case, I
apologize for wasting your time, but would love a pointer to somewhere
better I might ask this question.

Here are the only mod_wsgi directives we had in our Apache conf
(filepaths are illustrative):

WSGIScriptAlias /app2 /home/python/wsgi.py
WSGIDaemonProcess python_app display-name=wsgi-app
WSGIProcessGroup python_app

Thanks for your time.

/alex

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to