#
# apache - configuration file for logrotate
#
# $Id: apache,v 1.5 2003/11/12 21:26:27 sven Exp $
# $Source: /home/CVS/fireballTop/fireballFS/root/etc/logrotate.d/apache,v $
#
# This file specifies how the apache log files should be
# handled.
#
/var/log/agent_log /var/log/error_log /var/log/referer_log /var/log/access_log {
    missingok
    sharedscripts
}

