Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 75327 invoked from network); 1 Jan 2005 09:08:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jan 2005 09:08:03 -0000 Received: (qmail 92209 invoked by uid 500); 1 Jan 2005 09:07:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 91904 invoked by uid 500); 1 Jan 2005 09:07:46 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 91890 invoked by uid 99); 1 Jan 2005 09:07:46 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_WHOIS,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from sccmmhc92.asp.att.net (HELO sccmmhc92.asp.att.net) (204.127.203.212) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 01 Jan 2005 01:07:42 -0800 Received: from sccqwbc02 (sccqwbc02.asp.att.net[204.127.203.162]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20050101090740m9200a96eee>; Sat, 1 Jan 2005 09:07:40 +0000 Received: from [12.219.244.117] by sccqwbc02; Sat, 01 Jan 2005 09:07:39 +0000 From: mfbscs@mchsi.com To: users@httpd.apache.org Date: Sat, 01 Jan 2005 09:07:39 +0000 Message-Id: <010120050907.9538.2d78@mchsi.com> X-Mailer: AT&T Message Center Version 1 (Feb 16 2004) X-Authenticated-Sender: bWZic2NzQG1jaHNpLmNvbQ== X-Virus-Checked: Checked Subject: [users@httpd] 4GB File size limit X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I need to be able to download files of size > 4GB from a machine running apache. I would prefer it be apache 1.3.3.3, but 2.0.52 is fine if the former is not possible. The other machines are connected on a LAN. Here's what I've done so far: Compiled 1.3.3.3 on Fedora 3 with -DLARGE_FILES_SOURCE -DFILE_OFFSET_BITS=64 options. Installed, ran, and was able to pass the 2GB file size limit, but not the 4GB one. When trying to download a file > 4GB, it would just download the portion greater than 4GB. For example, if the file was 4.2GB, when I did the download, it would just transfer 0.2GB. Compiled 2.0.52 on windows. Added some print statements to print the size of apr_off_t and it was of size 8, which means that large files should theoretically be supported. However, when I installed and ran apache, I again got the truncated file problem. I have also searched the list archives high and low and have not found an answer to this. Is there any way that apache, either 1.3.3.3 or 2.0.52, can support file sizes of > 4GB? Thanks. -Matt --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org