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