On Thu, 7 Jul 2005 at 16:06, Joe Orton wrote:
> On Thu, Jul 07, 2005 at 08:10:42AM +1000, Dan Goodes wrote:
> > Hi Folks
> >
> > I remember reading somewhere that Apache 1.3.33 supposedly supports large
> > files >2G on 32-bit systems. However I'm not having much success.
>
> No, this won't work i
Dan Goodes wrote:
Hi Folks
I remember reading somewhere that Apache 1.3.33 supposedly supports large
files >2G on 32-bit systems. However I'm not having much success.
I've compiled using the following (based on a tip I saw some time ago):
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
On Thu, Jul 07, 2005 at 08:10:42AM +1000, Dan Goodes wrote:
> Hi Folks
>
> I remember reading somewhere that Apache 1.3.33 supposedly supports large
> files >2G on 32-bit systems. However I'm not having much success.
No, this won't work in 1.3 since 1.3 uses "long" to represent file
sizes. This
Hi Folks
I remember reading somewhere that Apache 1.3.33 supposedly supports large
files >2G on 32-bit systems. However I'm not having much success.
I've compiled using the following (based on a tip I saw some time ago):
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
./configure