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

2004-12-03 Thread Raphael Ferguson
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, D

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

2004-11-18 Thread Stas Bekman
Raphael Ferguson wrote: Thank you much for the quick response. I tried setting the TMPDIR in startup.pl and in httpd.conf to no avail. I was talking about CGI.pm when suggesting to set TMPDIR. The "[libapreq] file upload forbidden" error message is almost certainly coming from ibapreq's apache_requ

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

2004-11-17 Thread Raphael Ferguson
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(RE

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

2004-11-16 Thread Stas Bekman
Raphael Ferguson wrote: [...] but after the request, the POSTed values never show up in the param() of CGI.pm or Apache::Request. GET requests names and values work, but not POST. These POSTed values are very small, but just in case I set MaxPostSize in httpd.conf to 10240. That didn't help either.

Upload/POST fails repeatedly with mod_perl 1.29 and 1.27

2004-11-16 Thread Raphael Ferguson
Hello all, when attempting to post a form with enctype="multipart/form-data" for file uploading, I receive the following errors in my error_log and the upload fails: [Tue Nov 16 00:20:49 2004] [error] [client xx.xx.xx.xx] [libapreq] file upload forbidden [Tue Nov 16 00:20:49 2004] [error] Apach