On Fri, 2006-10-20 at 20:58 -0500, Aleksandar Milivojevic wrote: > Tony Schreiner wrote: > > I think I am encountering a download file size limit on centos 4 with > > httpd-2.0.52 > > > > The file in question is 5.2G in size, it does not show up in a browser > > directory listing, and I'm getting the error in the http error_log > > > > value too large for defined data type: access > > > > can someone confirm that there is a 4GB limit (or other) in the standard > > apache 2.0 on CentOS 4? I honestly do not know how to change that but You should try breaking the files into 2GB Pieces, this would solve the issue (Hopefully).