/opt/apache/logs/*_log /var/log/ssl/*_log {
    sharedscripts
    missingok
    notifempty
    postrotate
	/sbin/service httpd restart 2> /dev/null >/dev/null || true
    endscript
}

/opt/apache/domlogs/*-access_log {
    olddir /opt/apache/domlogs/oldlogs
    nodateext
    daily
    rotate 15
    sharedscripts
    missingok
    notifempty
    postrotate
	/sbin/service httpd restart 2> /dev/null >/dev/null || true
    endscript
}
