[ home | blog home | recent activity ]
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.
Comments:
Post a new comment:
Three things:
If you can't for some reason post a comment, send me an email: willg at bluesock dot org.
pyblosxom::1.5-dev git-master
Copyright 1996 to 2012, Will Guaraldi Kahn-Greene, under the Creative Commons BY-SA 3.0 license

Will's Blog by William Kahn-Greene is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.