2013-04-22 14 views
1

我在我的網站上有一個Mac軟件的.dmg,但是當我嘗試下載這個(即使在不同的瀏覽器中)時,它不會顯示持續時間或文件大小。這可能是我需要在Apache中配置的東西嗎?在瀏覽器中下載.dmg期間,Apache不顯示文件大小/持續時間?

我檢查HTTP頭:

HTTP/1.1 200 OK => 
Date => Mon, 22 Apr 2013 15:36:08 GMT 
Server => Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.3.22 
Last-Modified => Thu, 11 Apr 2013 13:30:19 GMT 
ETag => "2087eb-4151ab7-4da15c9a450c0" 
Accept-Ranges => bytes 
Content-Length => 68491959 
Cache-Control => max-age=1209600 
Expires => Mon, 06 May 2013 15:36:08 GMT 
Vary => Accept-Encoding,User-Agent 
Connection => close 
Content-Type => application/x-apple-diskimage 

回答

5

嘗試將此添加到您的.htaccess:

SETENV無gzip的不要,改變

相關問題