=== to verify logrotate is active === Is the logrotate timer active?
systemctl list-timers
If not:
systemctl enable logrotate.timer # enables at boot time systemctl start logrotate.timer # and start it now
Should now be active:
systemctl list-timers (now lists logrotate.timer) ============================================
No idea about logs. Whatever the default is for apache 2.4 on opensuse 42.1
Paul, I actually wanted you to run "systemctl list-timers" and confirm logrotate.timer is in the list. There is a known bug that causes it to disappear, so defaults mean nothing. As a consequence, my Apache server became unstable, just like yours is. Greg -- Greg Freemyer www.IntelligentAvatar.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org