Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109237 - Apache: Value too large for defined data type: core_output_filter: writing data to the network
Summary: Apache: Value too large for defined data type: core_output_filter: writing da...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2005-10-13 19:13 UTC by Calum
Modified: 2024-02-06 03:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.