/var/log/apache2-isp-php82/*.log {
daily
missingok
rotate 14
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
prerotate
if [ -d /etc/logrotate.d/httpd-prerotate ]; then
run-parts /etc/logrotate.d/httpd-prerotate
fi
endscript
postrotate
if pgrep -f ^/usr/sbin/apache2-isp-php82 > /dev/null; then
invoke-rc.d apache2-isp-php82 reload 2>&1 | logger -t apache2-isp-php82.logrotate
fi
endscript
}