Philip M. Gollucci wrote:

#define APREQ_DEFAULT_READ_LIMIT   (64 * 1024 * 1024)
is the default.

Ack!  Of course, and I apologize for misleading you.

my $POST_MAX = 1024*1024*10; # Works fine
my $POST_MAX = 1024*1024*100; # Conflicting

Apparently POST_MAX cannot be used to raise APREQ_DEFAULT_READ_LIMIT

Are there any docs for the APREQ2_ReadLimit directive? I just want to know to what containers it can be restricted.

Thanks for your help.
--
__________________________________________________________________
 Garrison Hoffman         Codefix Consulting       1.718.210.3445
 [EMAIL PROTECTED]     http://codefix.net/      1.866.456.0584

Reply via email to