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

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