My /var/log/apache2 folder is getting out of hand. It has loads of old compressed error.log files that I want to get rid of before my server runs out of space and explodes.
Firstly - Is it safe to manually delete:
error.log.1 error.log.2.gz ---> error.log.11?
Secondly is there a way to automatically delete these files?
Thanks!