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(

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:

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 ? The best

Re: Problem setting POST_MAX

2008-09-17 Thread Lee Carmichael
: 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 = shift; my $r = shift; my ($app, $return); my $args

Re: Problem setting POST_MAX

2008-09-17 Thread Rolf Schaufelberger
: http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__request.html #new HTH, Lee - Original Message From: Rolf Schaufelberger [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

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