V
V
Vladimir2014-01-22 11:16:19
PHP
Vladimir, 2014-01-22 11:16:19

Using the nginx + php-fcgi bundle. Why are files larger than 2GB not being uploaded?

Good afternoon.
I can not solve the problem with the inability to upload files larger than 2 GB.
What is:
ISPmanager-Lite 4.4.10.21
nginx
php as FastCGI
/etc/httpd/conf.d/fcgid.conf:
pastebin.com/rm8JEime
/etc/nginx/nginx.conf:
http {
client_max_body_size 0;
client_body_timeout 3600;
}
/etc/php.ini:
post_max_size=9999M
upload_max_filesize=9999M
The strange thing is that there are no errors in the nginx / php logs.
I upload files using plupload .
Maybe someone has ideas?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dezinger, 2014-01-22
@desinger

Upload
ajax chunked file upload fineuploader.com

N
Nikolai Vasilchuk, 2014-01-22
@Anonym

Try increasing client_body_buffer_sizeit keepalive_timeoutin nginx configs as well

M
Mikhail Osher, 2014-01-22
@miraage

Do not invent! :)
At the moment, PHP can't upload files larger than two gigs. Wait for 5.6, no way yet.
https://github.com/php/php-src/blob/PHP-5.6/NEWS#L18

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question