Re: Problem setting POST_MAX

2008-09-17 Thread Ryan Gies
On Wed, 17 Sep 2008 12:07:24 +0200 Rolf wrote: > So I have to change this in the source to get a vlaue above 64M? :-( According to the documentation you can specify the limit in the Apache configuration, i.e., APREQ2_ReadLimit 100M I have not had success setting this directive. Nor does th

Re: Problem setting POST_MAX

2008-09-17 Thread Rolf Schaufelberger
Hi Lee, > Hello Rolf, > > I think your code below might have a slight bug, I think you need to have > have the POST_MAX as a parameter to the 'new'. > > e.g. > > $ah->request_args( Apache2::Request->new( $r, POST_MAX => ( 200 << 20 ) ) > ); > > Instead of the call below: > > $ah->request_args( Ap

Re: Problem setting POST_MAX

2008-09-17 Thread Lee Carmichael
Hello Rolf, I think your code below might have a slight bug, I think you need to have have the POST_MAX as a parameter to the 'new'. e.g. $ah->request_args( Apache2::Request->new( $r, POST_MAX => ( 200 << 20 ) ) ); Instead of the call below: $ah->request_args( Apache2::Request->new($r), POST

Re: Problem setting POST_MAX

2008-09-17 Thread Rolf Schaufelberger
Am Mittwoch, 17. September 2008 10:46:40 schrieb Ryan Gies: > On Wed, 17 Sep 2008 10:37:07 +0200 > > Rolf wrote: > > when I try to set POST_MAX to a higher value I get > > > > Conflicting information. > > > > I've also tried to set it via read_limit() with the same result. > > What's wrong ? > > T

Re: Problem setting POST_MAX

2008-09-17 Thread Ryan Gies
On Wed, 17 Sep 2008 10:37:07 +0200 Rolf wrote: > when I try to set POST_MAX to a higher value I get > > Conflicting information. > > I've also tried to set it via read_limit() with the same result. > What's wrong ? The best explanation I've found is Philip's: http://www.mail-archive.com/