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.
Any news on this, or anything you'd like me to try?
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.