What's the recommended way to protect a Django application against
denial of service via huge file uploads or  huge POST requests in
general?  If I set the LimitRequestBody option in the Apache
configuration file, mod_python throws an ominous-looking exception
when the limit is exceeded:

  SystemError: ../Objects/stringobject.c:4089: bad argument to
internal function

I assume that's a symptom of the bug described in  <https://
issues.apache.org/jira/browse/MODPYTHON-240>.
--
Andreas Gustafsson, g...@gson.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to