Re: [us...@httpd] The biggest size of uploaded file using Apache2.2

2010-08-10 Thread Rich Bowen
On Aug 10, 2010, at 5:50 AM, Nick Kew wrote: On 10 Aug 2010, at 08:11, Frédéric SOSSON wrote: according to this page http://httpd.apache.org/docs/current/mod/core.html Linux on Itanium CPU cannot handle files over 2GB No it doesn't. It notes a limitation of sendfile, and (without knowin

Re: [us...@httpd] The biggest size of uploaded file using Apache2.2

2010-08-10 Thread Nick Kew
On 10 Aug 2010, at 08:11, Frédéric SOSSON wrote: > according to this page > http://httpd.apache.org/docs/current/mod/core.html Linux on Itanium > CPU cannot handle files over 2GB No it doesn't. It notes a limitation of sendfile, and (without knowing who wrote that line and what they checked) I'

Re: [us...@httpd] The biggest size of uploaded file using Apache2.2

2010-08-10 Thread Frédéric SOSSON
according to this page http://httpd.apache.org/docs/current/mod/core.html Linux on Itanium CPU cannot handle files over 2GB regards, Frédéric On 9 August 2010 23:28, Li N wrote: > Hi everyone, > > One of the new features of Apache2.2 is "Large File Support", and it could > support for files l

[us...@httpd] The biggest size of uploaded file using Apache2.2

2010-08-09 Thread Li N
Hi everyone, One of the new features of Apache2.2 is "Large File Support", and it could support for files larger than 2GB on modern 32-bit Unix systems. Now I want to know what is the biggest size of uploaded files allowed using Apache2.2 on modern 32-bit Unix systems. If it is 64-bit Unix system