Upload big files (2GB+)
Added by untra over 13 years ago
Hello,
I'm configuring a lighty server in the intranet of my company. This server will store some big files. I'm doing a simple PHP form to upload files, but when I submit the file, lighty shows this error in the log:
4 GB File:
2011-09-29 12:25:49: (request.c.1163) request-size too long: 4134175728 -> 413
3 GB File:
2011-09-29 13:16:51: (request.c.1163) request-size too long: 3072001769 -> 413
With 2GB files works fine, I can upload without problem.
I have compiled lighty 1.4.29 in ubuntu 11.04 with the option "--enable-lfs" and configured with
server.max-request-size = 10000000000
but when I parse the configuration it always shows:
server.max-request-size = 2147483647
My question is: it's possible to upload files more than 2GB size?
Thanks.
Replies (1)
RE: Upload big files (2GB+) - Added by skinnyzaz over 13 years ago
I am also trying to upload files with no success. Anything over 8MB will not go. I can not find the setting I need to change. It says something about fastcgi php error but I have change the php value for cgi so I dont know what to do.