• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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