/var/log/httpd/access_log {
    olddir /var/log/archiv/httpd
    postrotate
	/bin/killall -HUP httpd
    endscript
}

/var/log/httpd/agent_log {
    olddir /var/log/archiv/httpd
    postrotate
	/bin/killall -HUP httpd
    endscript
}

/var/log/httpd/error_log {
    olddir /var/log/archiv/httpd
    postrotate
	/bin/killall -HUP httpd
    endscript
}

/var/log/httpd/referer_log {
    olddir /var/log/archiv/httpd
    postrotate
	/bin/killall -HUP httpd
    endscript
}
