/var/log/httpd2/*log {
    missingok
    notifempty
    sharedscripts
    create 0644 root apache2
    postrotate
    /usr/sbin/service apache2 condreload >/dev/null
endscript
}

