/var/log/apache2/admin-*_log /var/log/apache2/cephalix-*_log /var/log/apache2/schoolserver-*_log /var/log/apache2/cranix-*_log {
    compress
    dateext
    maxage 93
    rotate 20
    size=+4096k
    notifempty
    missingok
    create 644 root root
    sharedscripts
    postrotate
     systemctl reload apache2.service
     sleep 60
    endscript
}

