[mod_python] in modpython ,how to restrict the upload file size?

Graham Dumpleton grahamd at dscpl.com.au
Sat Feb 3 22:41:18 EST 2007


On 04/02/2007, at 12:41 AM, Clodoaldo wrote:

>
> BTW apache.DONE is not documented in the current manual. This Google
> search returns nothing:
> apache.DONE site:modpython.org/live/current/doc-html/

It gets a bit more of a mention in 3.3 documentation, although still  
not enough. :-)

Try:

   apache.DONE  inurl:doc-html site:www.modpython.org

as the search term.

Returning apache.DONE rather than apache.OK in a phase prevents  
latter phases
from being run. The idea is it indicates that that phase has been  
able to return a
complete response and therefore there is no need to go further.

Graham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20070204/24a1ba67/attachment.html


More information about the Mod_python mailing list