Blob Blame History Raw
#
# This is handled in /etc/logrotate.d/apache2 
# since Leap 15.2 (same/duplicate entry there)
# disabling here for reference and to avoid 
# errors in logrotate (duplicate entry...)
#
#/var/log/apache2/*-access_log {
#    compress
#    dateext
#    maxage 365
#    rotate 99
#    size=+4096k
#    notifempty
#    missingok
#    create 644 root root
#    sharedscripts
#    postrotate
#     systemctl reload apache2.service
#     sleep 60
#    endscript
#}