Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 109237

Summary: Apache: Value too large for defined data type: core_output_filter: writing data to the network
Product: Gentoo Linux Reporter: Calum <caluml>
Component: Current packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 471102    

Description Calum 2005-10-13 19:13:12 UTC
Trying to access a .jpg file over Apache 

-rw-r--r--  1 root root 2053968 Aug 29 15:52 /path/to/file/test.jpg

fails with the error above logged in error_log.
This isn't restricted to a single JPG. I have been able to view these pictures
over the Web in the past.

Reproducible: Always
Steps to Reproduce:
1. Visit URL
2.
3.

Actual Results:  
Nothing output to the browser.


/usr/sbin/apache2 -D DEFAULT_VHOST -D INFO -D USERDIR -D SSL -D PHP4 -D
AUTH_PGSQL -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -d
/usr/lib64/apache2 -f /etc/apache2/httpd.conf -k start

net-www/apache-2.0.54-r31 *

The URL is here: http://torro4.fshell.org/test.jpg but my machine isn't on all
the time, so it may not work.
Comment 1 Calum 2005-10-29 07:10:40 UTC
Any news on this, or anything you'd like me to try?
Comment 2 Calum 2005-10-29 07:38:19 UTC
I have fixed it.

After reading this:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719

I tried "EnableSendfile off" in httpd.conf, and it solves the problem.