Add the following script to a cron job
find /var/log/httpd/ -mtime +3 -exec rm {} \;
This should clear out any log files in /var/log/httpd older then 3 days.
Back to Linux
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 04-Jan-2010 08:32 by Hyve Support