|
NAME
rotatelogs - rotate Apache logs without having to kill the server
SYNOPSIS
rotatelogs logfile rotationtime [offset]
DESCRIPTION
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"
|