In file '/etc/logrotate.d/apache' change the line:
/usr/local/apache/logs/*_log {
(...)
to
/usr/local/apache/domlogs/*.log {
(...)
(Note the point in the name)
If you do not want to run out of the rotation of '/usr/local/apache/logs/*_log' files, then instead of changing that file, add a file with that content changed (with any filename) in '/etc/logrotate.d/' directory.
Regards,
Netino