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

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

