You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Stephen Quinney <st...@computing-services.oxford.ac.uk> on 2005/07/07 12:40:37 UTC

Apache2::Request handling errors

Hi there,

I am using Apache2::Request with a POST_MAX setting as in the pod:

my $req = Apache::Request->new($r, POST_MAX => "1M");

What I am trying to work out is which is considered the
best/recommended way to catch and handle the error that occurs if
someone tries to upload anything larger than this. This is probably
documented somewhere so pointers to the right place in the FM would be
gratefully received.

Thanks in advance,

Stephen Quinney