Re: Upload/POST fails repeatedly with mod_perl 1.29 and 1.27

[prev] [thread] [next] [Date index for 2004/11/18]

From: Raphael Ferguson
Subject: Re: Upload/POST fails repeatedly with mod_perl 1.29 and 1.27
Date: 07:42 on 18 Nov 2004
------=_NextPart_000_DE60_01C4CCFF.0CAEDE10
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Thank you much for the quick response.

I tried setting the TMPDIR in startup.pl and in httpd.conf to no avail.
The "[libapreq] file upload forbidden" error message is almost certainly
coming from ibapreq's apache_request.c, line 591:

if (req->disable_uploads) {
ap_log_rerror(REQ_ERROR, "[libapreq] file upload forbidden");
return HTTP_FORBIDDEN;
}

I just have no clue why req->disable_uploads is apparently returning
true no matter what I do to make sure uploads are enabled.

<-----Original Message-----> 
From: Stas Bekman

>Smells like either a disk space shortage problem. Or inability to find
the 
>TMP directory. Try defining TMPDIR env var before starting the server
and 
>see if it makes any difference. 

------=_NextPart_000_DE60_01C4CCFF.0CAEDE10
Content-Type: text/html
Content-Transfer-Encoding: 7bit

<HTML>
<BODY>
Thank you much for the quick response.<br>
<br>
I tried setting the TMPDIR in startup.pl and in httpd.conf to no avail.  The "[libapreq] file upload forbidden" error message is almost certainly coming from ibapreq's apache_request.c, line 591:<br>
<br>
if (req->disable_uploads) {<br>
                ap_log_rerror(REQ_ERROR, "[libapreq] file upload forbidden");<br>
                return HTTP_FORBIDDEN;<br>
            }<br>
<br>
I just have no clue why req->disable_uploads is apparently returning true no matter what I do to make sure uploads are enabled.<br>
<br>
<-----Original Message-----> <br>
From: Stas Bekman<br>
<br>
>Smells like either a disk space shortage problem. Or inability to find the <br>
>TMP directory. Try defining TMPDIR env var before starting the server and <br>
>see if it makes any difference.
</BODY></HTML>

------=_NextPart_000_DE60_01C4CCFF.0CAEDE10--

Re: Upload/POST fails repeatedly with mod_perl 1.29 and 1.27
Raphael Ferguson 07:42 on 18 Nov 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52