Re: Upload/POST fails repeatedly with mod_perl 1.29 and 1.27
[prev]
[thread]
[next]
[Date index for 2004/12/04]
------=_NextPart_000_1B8C5_01C4D975.95216010
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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.
>
------=_NextPart_000_1B8C5_01C4D975.95216010
Content-Type: text/html
Content-Transfer-Encoding: 7bit
<HTML>
<BODY>
It turned out to be a misplaced PerlInithandler Apache::RequestNotes - was in the main config instead of just in the <Location>'s where I wanted it to be.<br>
<br>
>Here, disable_uploads is set to one if you have called either of:<br>
><br>
> Apache::Request->new($r, disable_uploads => 1);<br>
> Apache::Request->new($r, DISABLE_UPLOADS => 1);<br>
><br>
>please see Request.xs in the distro. But may be something else is going <br>
>wrong. Try to step through with gdb starting from ApacheRequest_new and <br>
>see where things go wrong.<br>
>
</BODY></HTML>
------=_NextPart_000_1B8C5_01C4D975.95216010--
 |
 |
Re: Upload/POST fails repeatedly with mod_perl 1.29 and 1.27
Raphael Ferguson 04:20 on 04 Dec 2004
|