我想上传最大 50GB 的大文件。
我编辑了我的 php.ini
max_execution_time = 18000
max_input_time = 18000
post_max_size = 50G
upload_max_filesize = 50G
我在我的虚拟主机中增加了 mod_fcgid 值
IdleTimeout 18000
ProcessLifeTime 18000
FcgidMaxRequestLen 64424509440
FcgidIOTimeout 18000
我最多可以上传 2-3GB 左右的文件,但更多情况下有两种情况:
- 10GB 左右文件的 apache 日志中没有错误
- 5GB 左右的文件出错:(70008)部分结果有效但处理不完整:mod_fcgid:无法从 http 客户端获取数据
该网站(如果它可以帮助你): http: //filetransfer.fr
提前感谢任何会帮助我的人!
Debian 7、阿帕奇 2.2.22、PHP 5.4.45