I am using Plack::Handler::Apache2 to dispatch to a custom psgi which
handles POST requests of large files. I currently have the client side of
this chain posting with pl_upload API (not that it matters) which allows
the post to be sent chunked.
Empirically this appears to only invoke my ps
apreq has clean handling of chunked POST data. You might start
there.
- Original Message -
> From: Raf
> To: modperl@perl.apache.org
> Cc:
> Sent: Monday, July 16, 2012 8:13 AM
> Subject: Mod-perl handling of Chunked POST's
>
>
> I am using Plack::Handler::Apache2 to dispatch to a c
On 13 July 2012 01:33, Fred Moyer wrote:
> > mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function)
>
> Hmm, found this in
> http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod
>
> Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced
> by NULL in the c
Ok. I finally got it to glue together with apache 2.2.22, perl
5.14.2, and mod_perl 2.0.7. The perl can probably be upgraded to newest.
However, mod_perl 2.0.7 will NOT do a static build (as daniel states
below, tho that looks real good otherwise) with large file support
enabled and no perl th