RE: Apache Log File 2GB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Servus,

To rotate the logs you can use Apaches piped rotatelogs:

http://httpd.apache.org/docs/2.2/programs/rotatelogs.html

Put something like the following in your httpd.conf (or whereever your logging is define), 'CustomLog "| <APACHE_HOME>/bin/rotatelogs -l <APACHE_HOME>/logs/access_log%Y-%m-%d_%H_%M_%S
2048M" custom'

That should rotate at 2 gigs.

unfortunately i have still this problem. After a while of testing and experimenting i have the problem that nothing is rotated. Logfile is growing and growing...

In httpd.conf is following:

LogLevel warn
LogFormat "%v***%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog "|/usr/sbin/rotatelogs /www/logs/%Y/%m/%d/access_log 1024M" common
ErrorLog "|/usr/sbin/cronolog --symlink=/www/logs/error_log /www/logs/%Y/%m/%d/error_log"

I tried with 1024M for Size or 120 for time-intervall but nothing happens. I have just no idea, other logfiles contain no info about error etc.
What to do now?
Thanks
Andre


---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux