• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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