Deleting Log files in Plesk on CentOS Server
Monday, 31 August 2009 23:48
Last Updated on Tuesday, 01 September 2009 01:20
Written by Ron Bassett

I currently run a virtual dedicated server with Godaddy. It has CentOS with Plesk Control Panel.
Although I am grateful to have Plesk on the server there are many times it does not do what I need it to.
When trying to delete log files from a Plesk server running CentOS but the check boxes are greyed out you can ssh into the server and use the rm command
rm /var/www/vhosts/yourdomain.com/statistics/error_log
Main thing to remember is that the error_log files are located in the vhost directory under each doman. I had to restart my server to gain the space after removing the 1.4gb log file.