Apache Sending "Content-Length : 0" , How to Fix ?

Posted by ServerZilla on Server Fault See other posts from Server Fault or by ServerZilla
Published on 2009-12-15T06:07:57Z Indexed on 2010/05/18 16:02 UTC
Read the original article Hit count: 450

Hi,

I am using Apache server and it is sending Content-Length = 0 value which is preventing file-downloads, see - http://www.youtubedroid.com/download2.php?v=%5F3XcMEKNws0&title=Akhila+%2CMumbai+reloaded%2CSuper+dancer+2&hq=0 , here are my .htaccess content :

SetEnv no-gzip dont-vary

Here are headers sent by the server :

HTTP/1.1 200 OK
Date: Tue, 15 Dec 2009 06:12:11 GMT
Server: Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
X-Powered-By: PHP/5.2.11
Content-Description: File Transfer
Content-Disposition: attachment; filename="Akhila ,Mumbai reloaded,Super dancer 2.mp3"
Content-Transfer-Encoding: binary
Expires: 0
Cache-Control: must-revalidate, post-check=0, pre-check=0
Pragma: public
X-Sendfile: ./tmp/64eb3b185e38af95c15405ffb0606e76.mp3
Content-Length: 0
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
Content-Type: application/octet-stream

Pls. tell how to fix this ?

© Server Fault or respective owner

Related posts about apache

Related posts about apache-config