[EMAIL PROTECTED] Apache 2.1.9 - core_output_filter: writing data to the network errors, when downloading large files

2005-12-15 Thread Cletus Murphy
Greetings,

I'm running Apache 2.1.9 on centos 4 - 2.6.11.3 kernel.

It appears that when a user downloads a file over 5G, the download
fails. - I'm seeing the following error's in the logfile:

(104)Connection reset by peer: core_output_filter: writing data to the network
(32)Broken pipe: core_output_filter: writing data to the network

..I've confirmed I'm able to download the entire file using wget.

Is this error related to the users web browser?, is it the network?,
or a problem with apache?

What exactly does this error mean?

I've googled and looked through the mailing list archives, but I'm
unable to find a satisfactory answer.

Any help would be greatly appreciated.

Thanks in advance.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Apache 2.1.9 - core_output_filter: writing data to the network errors, when downloading large files

2005-12-15 Thread Joe Orton
On Thu, Dec 15, 2005 at 12:42:00PM -0800, Cletus Murphy wrote:
 It appears that when a user downloads a file over 5G, the download
 fails. - I'm seeing the following error's in the logfile:
 
 (104)Connection reset by peer: core_output_filter: writing data to the network
 (32)Broken pipe: core_output_filter: writing data to the network
 
 ..I've confirmed I'm able to download the entire file using wget.
 
 Is this error related to the users web browser?, is it the network?,
 or a problem with apache?

Most browsers don't handle large file downloads properly (be that 2Gb 
or 4Gb), it's most likely to be a browser bug.

Regards,

joe

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]