大于2GB文件的download相关问题

大于2GB文件的download相关问题

软硬件环境:
solaris 10 64-bits update 3 for SPARC (带最新的补丁)
Apache 2.2 (所有要求安装的软件包均按照官方文档均成功安装)
配置文件均采用默认配置

实际使用过程中出现了问题。
apache 2.2仍然无法处理大于2GB文件,
我的jumpstart server出现了这样的报错:
HTTP server returned an invalid archive file size: <-1> bytes
Invalid HTTP headers were returned from the server

在access.log里面有这样的关键字:
GET /flash/xxxxx.flash HTTP/1.1" 200 3703066913
GET /flash/xxxxx.flash HTTP/1.1" 206 3703066913
GET /flash/xxxxx.flash HTTP/1.1" 200 -
我感觉get一行的最后一个值为文件大小,为什么没有返回值呢?
前面两次我是用webbrowser(mozilla)下载的,后面是安装程序自动调用的.
可以判断是webserver的问题吗?


如果我换用sun JES webserver 6.1sp7(64-bits)
在access.log里面有这样的关键字:
GET /flash/xxxxx.flash HTTP/1.1" 200 0
GET /flash/xxxxx.flash HTTP/1.1" 206 3703066913
GET /flash/xxxxx.flash HTTP/1.1" 304 0
GET /flash/xxxxx.flash HTTP/1.1" 200 914
为什么返回值和apache不一样呢?

各位xdjm帮个忙哈,先谢谢昂~~
这根 apache  无关吧, http协仪规定就是不能大于2g的文件呀..
http协仪中 内容的长度只整形的

而整形的最大值是:2,147,483,647


RandomAccessFile raf=new RandomAccessFile("E:/iwlk.txt","rw");
raf.setLength(Integer.MAX_VALUE);
raf.close();
-------------------------
2.00 GB (2,147,483,648 字节)


文件正好是2g. http不可能超过2g
谢谢回复,但是我从apache官网上看到apache 的new features有如下一段话
http://httpd.apache.org/docs/2.2/new_features_2_2.html

Large File Support
    httpd is now built with support for files larger than 2GB on modern 32-bit Unix systems. Support for handling >2GB request bodies has also been added.

所以我又不知道该怎么办了。郁闷。
没怀疑过是客户端问题吗?

QUOTE:
HTTP server returned an invalid archive file size: <-1> bytes
Invalid HTTP headers were returned from the server

别管日志,抓包分析下,看返回给程序的是什么值


QUOTE:
原帖由 Namelessxp 于 2007-6-11 18:47 发表
没怀疑过是客户端问题吗?



别管日志,抓包分析下,看返回给程序的是什么值

我很怀疑是客户端的问题。客户端紧紧是一个小的unix引导内核,收集信息不太方便,N多命令都没有。
和客户端的文件系统也有关系


QUOTE:
原帖由 tmp 于 2007-6-13 08:55 发表
和客户端的文件系统也有关系

Using ftp protocol, It works.

Some error about SCIM happen to my computer. Now I can only speek english.

If the issues can be solved , finally, I'd like to give us one answer or vice versa.
兄弟们,问题终于有了结果。和大家猜想的基本温和,是我客户端的内核系统的问题,现在打上最新的补丁,问题已经解决,谢谢各位的热心回帖!!
整个帖子的风格,结局,很像CCTV的走进科学