R rjp Verified User Joined Jul 15, 2023 Messages 18 Feb 29, 2024 #1 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
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
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,467 Location UA Feb 29, 2024 #2 cat /dev/null > /var/log/httpd/apache but better to check with tail what exactly there and why it so big
cat /dev/null > /var/log/httpd/apache but better to check with tail what exactly there and why it so big