You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/24 19:58:00 UTC

DO NOT REPLY [Bug 21862] New: - does not run when log filesize is greater than 2047M

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21862>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21862

does not run when log filesize is greater than 2047M

           Summary: does not run when log filesize is greater than 2047M
           Product: Apache httpd-1.3
           Version: 1.3.28
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_log_config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: php@kakalak.org


Apache httpd stops immediately when any log file size is 2047M

slackware 8.1 based system
gcc version 2.95.3 20010315 (release)
Kernel 2.4.21-ac4
ext3 filesystem with 50GB free space

I have files much bigger than 2GB so this
is not a filesystem or kernel related issue.

(from httpd.conf)
# especially this file reaches 2GB easily (possible remote worm attacks)
ErrorLog /var/log/httpd/error_log
CustomLog /var/log/httpd/access_log combined


(apachectl configtest)
Syntax OK


(configure parameters:)
SSL_BASE="/sources/openssl" \
OPTIM="-O3" \
CFLAGS="-march=i686" \
./configure \
"--with-layout=Apache" \
"--enable-module=access" \
"--enable-module=alias" \
"--enable-module=auth" \
"--enable-module=auth_digest" \
"--enable-module=autoindex" \
"--enable-module=cgi" \
"--enable-module=log_referer" \
"--enable-module=dir" \
"--enable-module=env" \
"--enable-module=setenvif" \
"--enable-module=expires" \
"--enable-module=headers" \
"--enable-module=imap" \
"--enable-module=include" \
"--enable-module=log_agent" \
"--enable-module=mime" \
"--enable-module=mime_magic" \
"--enable-module=negotiation" \
"--enable-module=rewrite" \
"--enable-module=so" \
"--enable-module=ssl" \
"--enable-module=speling" \
"--enable-module=status" \
"--enable-module=proxy" \
"--enable-module=usertrack" \
"--enable-module=vhost_alias" \
"--enable-module=dir" \
"--activate-module=src/modules/php4/libphp4.a" \
"$@"

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org