Re: lfs in apache

2006-04-29 Thread David N. Welton
Omry Yadan wrote: > Hi, > > today large files can easily take more than a few gigabytes (dvd images, > vide data etc). > > apache2 does not support large files by default, there is a compile > option for it, > > CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" I don't recall the exact detail

Re: lfs in apache

2006-04-29 Thread Omry Yadan
Dare I ask what is the ETA? :) Tyler MacDonald wrote: Omry Yadan <[EMAIL PROTECTED]> wrote: apache2 does not support large files by default, there is a compile option for it, CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" according to fajita, the friendly #apache bot.

Re: lfs in apache

2006-04-29 Thread Tyler MacDonald
Omry Yadan <[EMAIL PROTECTED]> wrote: > apache2 does not support large files by default, there is a compile > option for it, > > CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" > > according to fajita, the friendly #apache bot. It seems to be enabled by default on my Apache 2.2 inst

lfs in apache

2006-04-29 Thread Omry Yadan
Hi, today large files can easily take more than a few gigabytes (dvd images, vide data etc). apache2 does not support large files by default, there is a compile option for it, CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" according to fajita, the friendly #apache bot. I think it sho