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
haufelberger <[EMAIL PROTECTED]> > To: modperl@perl.apache.org > Sent: Wednesday, September 17, 2008 3:37:07 AM > Subject: Problem setting POST_MAX > > Hi, > > when I try to set POST_MAX to a higher value I get > > Conflicting information. > > I've a mod_pe

Re: Problem setting POST_MAX

2008-09-17 Thread Lee Carmichael
rg Sent: Wednesday, September 17, 2008 3:37:07 AM Subject: Problem setting POST_MAX Hi, when I try to set POST_MAX to a higher value I get Conflicting information. I've a mod_perl / Mason app with an own hander, starting with (mod_perl2) sub handler () :method { my $class =

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/

Problem setting POST_MAX

2008-09-17 Thread Rolf Schaufelberger
Hi, when I try to set POST_MAX to a higher value I get Conflicting information. I've a mod_perl / Mason app with an own hander, starting with (mod_perl2) sub handler () :method { my $class = shift; my $r = shift; my ($app, $return); my $args = $ah->request_args( Apache