/var/log/httpsd/access_log {
    postrotate
	/usr/bin/killall -HUP httpsd
    endscript
}

/var/log/httpsd/agent_log {
    postrotate
	/usr/bin/killall -HUP httpsd
    endscript
}

/var/log/httpsd/error_log {
    postrotate
	/usr/bin/killall -HUP httpsd
    endscript
}

/var/log/httpsd/referer_log {
    postrotate
	/usr/bin/killall -HUP httpsd
    endscript
}
