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" \
> ./configure \
> "--with-layout=Apache" \
> "--prefix=/opt/local/stow/apache-1.3.33-pm-fe/"
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 will allow Apache to write
log files greater than 2 G in size.
>
>
<Snip>
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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
|