Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Eric Covener
On Mon, Jun 22, 2009 at 11:57 AM, Mark wrote: > Dear folks. > > I'm epxeriencing a very serious bug/error when uploading files with a > browser (via CGI.pm) on an Apache 2 server at awardspace.com. > > [myhost.com] [Fri Jun 19 20:45:23 2009] [error] [client 1.2.3.4] > (104)Connection reset by peer:

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Tom Evans
On Mon, 2009-06-22 at 17:57 +0200, Mark wrote: > Dear folks. > > I'm epxeriencing a very serious bug/error when uploading files with a > browser (via CGI.pm) on an Apache 2 server at awardspace.com. > > [myhost.com] [Fri Jun 19 20:45:23 2009] [error] [client 1.2.3.4] > (104)Connection reset by pe

RE: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Mark
-Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: maandag 22 juni 2009 18:33 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files > The bug talks about uploading to a script that doesn't read the POST > body.

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Eric Covener
On Mon, Jun 22, 2009 at 12:59 PM, Mark wrote: > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: maandag 22 juni 2009 18:33 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files > >> The b

RE: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Mark
-Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: maandag 22 juni 2009 19:10 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files > Doesn't sound likely to be the same issue as in the referenced > bugzilla

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread André Warnier
Just as info, in case there is any doubt : our application uses perl cgi-bin scripts, themselves using CGI.pm, to process POSTed html form data, including files. Some of these files are original documents (images, PDFs, etc..) up to 30 MB in size. We do this all the time, have done it for years

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread André Warnier
André Warnier wrote: ... How exactly is this data being POSTed by the browser ? via a standard POST of an html , or via some Ajax/javascript/java code or the like ? Ok, I tested that myself, using the page you provided, which is a straight html form, nothing wrong with it. I uploaded an 80

RE: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Mark
stripped down version of the full API script). Thanks, - Mark -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: maandag 22 juni 2009 20:14 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files André Warnier wrote

RE: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Mark
Hello Andre, Thanks for your test2 script. I changed things a bit in the first few lines (see below), so I could actually get a valid browser output. As you can tell, I put an eval around the 'new CGI' call again. If I don't, the script just mysteriously exits: no 'print', no nothing, and doesn't

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-23 Thread André Warnier
Mark wrote: So, needless to say, this is quite serious. Like I said, I even got an admin (not a silly helpdesk clerk) to admit that it's a bug; but they're not gonna fix it. That's why I was looking for a way around it. Well then, I'm afraid that all I can tell you is to look for another hosti

RE: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-24 Thread Mark
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: dinsdag 23 juni 2009 9:32 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files Mark wrote: > > So, needless to say, this is quite serious. Like I said, I even got