Garrison Hoffman wrote:
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
Yes, thats the

    if (ctx->read_limit > bytes && ctx->bytes_read < bytes) {
        ctx->read_limit = bytes;
        return APR_SUCCESS;
    }

    OTHERWISE conflicting

Are there any docs for the APREQ2_ReadLimit directive? I just want to know to what containers it can be restricted.
http://libapreq2.p6m7g8.net/group__mod__apreq2.html
Docs will be on the apache.org site once 2.08 is released.


--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Reply via email to