#
# apache - configuration file for logrotate
#
# $Id: apache,v 1.1 2002/10/25 16:12:57 jdunmir Exp $
# $Source: /home/CVS/fireballTop/fireballFS/root/etc/logrotate.d/apache,v $
#
# This file specifies how the apache log files should be
# handled.
#
# This version is derived from the file of the same name on jbird.
#
/var/log/agent_log /var/log/error_log /var/log/referer_log /var/log/access_log {
    missingok
    sharedscripts
    postrotate
	/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}

