Problem: Download file over 4GB

snowball

New member
Joined
Feb 1, 2008
Messages
1
hello guys,
I installed apache 2.2.8 on my server.
When I try to download a DVDISO (4.36GB)
It stopped after downloading 386,990,080 bytes(396mb).
But It can be resume in FTP mode……
So, what's the problem?

Sun Feb 03 09:18:03 2008 GET *** HTTP/1.1
Sun Feb 03 09:18:03 2008 Host: showgood.org
Sun Feb 03 09:18:03 2008 Accept: */*
Sun Feb 03 09:18:03 2008 Referer: ***
Sun Feb 03 09:18:03 2008 Range: bytes=386990080-
Sun Feb 03 09:18:03 2008 Pragma: no-cache
Sun Feb 03 09:18:03 2008 Cache-Control: no-cache
Sun Feb 03 09:18:03 2008 Authorization: ***
Sun Feb 03 09:18:03 2008 Connection: close
Sun Feb 03 09:18:04 2008 HTTP/1.1 206 Partial Content
Sun Feb 03 09:18:04 2008 Date: Sun, 03 Feb 2008 01:16:47 GMT
Sun Feb 03 09:18:04 2008 Server: Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b PHP/5.2.5
Sun Feb 03 09:18:04 2008 Last-Modified: Sat, 02 Feb 2008 11:42:50 GMT
Sun Feb 03 09:18:04 2008 ETag: "267c017-117110000-4452b63f8c280"
Sun Feb 03 09:18:04 2008 Accept-Ranges: bytes
Sun Feb 03 09:18:04 2008 Content-Length: 0
Sun Feb 03 09:18:04 2008 Content-Range: bytes 386990080-4681957375/4681957376
Sun Feb 03 09:18:04 2008 Connection: close
Sun Feb 03 09:18:04 2008 Content-Type: application/octet-stream
 
Probably an http timeout.

http was designed for serving multiple small files (i.e., webpages), not multi-gigabyte files.

Jeff
 
Back
Top