cleanup /var/log/httpd/apache (25G)

rjp

Verified User
Joined
Jul 15, 2023
Messages
18
Hi

I have around 25GB in /var/log/httpd/apache

I safe to cleanup for reduce space use on my server ?

If possible, what is the safest way to do it?

Thanks

roberto
 
cat /dev/null > /var/log/httpd/apache
but better to check with tail what exactly there and why it so big
 
Back
Top