Malcolm, Malcolm Tredinnick wrote: > Without answering your question directly, let me just point out that > even if such a limit existed in Django, it still wouldn't help your > Apache process, since it is already accepting the data.
Hummm... That's probably right. I wasn't too sure at which point during the HTTP request processing mod_python / Django would be called. > Fortunately, you *can* control this at the Apache level. Look at the > LimitRequestBody directive. Thanks! I didn't know that directive and indeed it seems to do exactly what I want. And the Apache configuration probably *is* the better place to handle this. Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users -~----------~----~----~----~------~----~------~--~---

