On Wed, Mar 11, 2009 at 11:37 AM, Alexey Suslikov <alexey.susli...@gmail.com> wrote: > The limitation is 2Gb on 32-bit platforms because of off_t (man lseek).
off_t is always 64-bit. > Stock ftpd also has mentioned limitation (try to REST a file beyond 2Gb > offset). > > Using any 64-bit platform will solve the problem due to bigger off_t, but > if it's not a case, one can use Apache 2.2.x from ports. If using a 64-bit machine fixes it, then the type in question is not off_t.