Re: Setting new POST_MAX or MAX_BODY

2006-09-14 Thread Boysenberry Payne
I used: APREQ2_ReadLimit 5 hopefully as only a temporary solution. I need to be able to set the ReadLimit dynamically if at all possible. Is it? Should I have opened this thread on the mod_perl list instead? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com

Setting new POST_MAX or MAX_BODY

2006-09-12 Thread Boysenberry Payne
I'm trying to raise my post maximum and keep getting this error:[error] [client 127.0.0.1] (20014)Internal error: Content-Length header (959543540) exceeds configured max_body limit (67108864)How do I set max body higher?  So far I have:sub handler { my $r = shift; my $req = Apache2::Request-new(