• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Log file deletion/rotation problems

M

markthegreat

Guest
The log file rotation facility is not working on my Plesk interface. The access_log file is now 11.5Gb and still growing, which is quickly eating up spare resources on my web server.

Furthermore, I cannot delete the file as the tick box besides it is greyed out. How can I quickly delete this stats files and reclaim all this disk space? Please help.
 
Hello,

1) make sure that Statistics is presented in the list of Crontab job:
# crontab -l | grep statistics

2) Crontab should be running:
# /etc/init.d/cron status

3) You may check Contab log files to find get exact reason why Log rotation is not working.
# less /var/log/cron
 
Back
Top