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.

Reply via email to