It turned out to be a misplaced PerlInithandler Apache::RequestNotes - was in the main config instead of just in the 's where I wanted it to be.

>Here, disable_uploads is set to one if you have called either of:
>
> Apache::Request->new($r, disable_uploads => 1);
> Apache::Request->new($r, DISABLE_UPLOADS => 1);
>
>please see Request.xs in the distro. But may be something else is going
>wrong. Try to step through with gdb starting from ApacheRequest_new and
>see where things go wrong.
>

Reply via email to