newsyslog and apache
Tim Aslat
tim at spyderweb.com.au
Thu Apr 22 20:06:09 PDT 2004
In the immortal words of "Noah" <admin2 at enabled.com>...
> this advice does not give me many warm fuzzies - the website appears
> to be down. any other util recommendations that rotate hundreds of
> apache logs files really well. newsyslog is not meeting our
> requirements at the moment.
Have you tried using the internal rotation code in apache?
this excerpt from "man rotatelogs" should provide more information
rotatelogs is a simple program for use in conjunction with
Apache's piped logfile feature which can be used like this:
TransferLog "| rotatelogs /path/to/logs/access_log 86400"
This creates the files /path/to/logs/access_log.nnnn where nnnn
is the system time at which the log nominally starts (this time
will always be a multiple of the rotation time, so you can
synchronize cron scripts with it). At the end of each rotation
time (here after 24 hours) a new log is started.
Logging is internal to apache, and doesn't require apache to be
restarted.
Hope this helps
Cheers
Tim
--
Tim Aslat <tim at spyderweb.com.au>
Spyderweb Consulting
http://www.spyderweb.com.au
P: +61 8 82243020 M: +61 0401088479
More information about the freebsd-questions
mailing list