I innocently did an apt-get dist-upgrade today and suddenly
Apache wouldn't serve any static files, but anything generated by
CGI scripts worked super! Apache would send the headers for static
files complete with a Content-Length correctly but wouldn't send
any data in the HTTP response (even for an HTTP 200).
I spent hours trying to figure out what was going on under the assumption that I did a bad upgrade. I skimmed documentation, made sure my conf files were ok, did dozens of Google searches and then finally gave up and walked away for a couple of hours.
Long story short I finally hit gold with the right mantra of search terms and bumped into the EnableSendFile directive. I added:
EnableSendFile Off
to my Apache conf file and it works fine now.
I mention it in case someone else does a dist-upgrade with Debian testing on or around November 15th, 2006 and discovers themselves in the same boat.
Please keep comments appropriate. I reserve the right to remove anonymous comments, flames, spammy, inappropriate, and other comments that I deem to be worth removing.
Note: New comments get placed in a "draft" status and will NOT show up on the site until I explicitly approve it. Usually that happens within 24 hours, but sometimes I go away and it takes a day or two.
Note 2: There is now a preview button for those of you who want to see a preview! However, it doesn't quite work the way you'd think it should work. I'll look into adjusting it some day.
Note 3: If you can't for some reason post a comment, send me an email: willg at bluesock dot org.
All contents Copyright 1996 to 2008 Will Guaraldi.
This work is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.