logs using to much cpu
Well i am having a problem. i did this because i was having problems with my log files taking up to much space.mkdir /home/root
mkdir /home/root/logs
mkdir /home/root/domlogs
rm -rf /usr/local/apache/logs
ln -s /home/root/logs /usr/local/apache/logs
rm -rf /usr/local/apache/domlogs
ln -s /home/root/domlogs /usr/local/apache/domlogs
/usr/local/apache/bin/apachectl restart
that was about 1 month ago i posted on wht about it. now my root user is using all of my cpu because of the log files, is there anyway for me to move them to a diffrent location? or for me to clean out the logs?
so basicly how can i "flush" my logs?
__________________