Re: [CentOS] apache - upload files bigger than 2Go

2014-01-14 Thread John Doe
From: MOKRANI Rachid rachid.mokr...@ifpen.fr I need to upload  files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos)    Maybe try the answer there: http://stackoverflow.com/questions/13574542/4gb-http-file-uploads-using-jquery-file-upload-apache-and-php

[CentOS] apache - upload files bigger than 2Go

2014-01-13 Thread MOKRANI Rachid
Hi, I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos) On the apache server set in my /etc/php.ini upload_max_filesize = 4900M post_max_size = 5000M In my httpd.conf I set : LimitRequestBody 0 I'm using firefox

Re: [CentOS] apache - upload files bigger than 2Go

2014-01-13 Thread SilverTip257
On Mon, Jan 13, 2014 at 9:05 AM, MOKRANI Rachid rachid.mokr...@ifpen.frwrote: Hi, I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos) If you have shell access, why don't you just rsync the file? Either normal rsync or rsync via

Re: [CentOS] apache - upload files bigger than 2Go

2014-01-13 Thread Peter Brady
On 13/01/14 3:05 PM, MOKRANI Rachid wrote: Hi, I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos) Maybe this is overkill for you but I run file sender for very similar tasks: https://www.assembla.com/spaces/file_sender/wiki