First move the domlogs folder to the backup partition:
mv /usr/local/apache/domlogs /backup
Then create a symbolic link to it:
ln -s /backup/domlogs /usr/local/apache/domlogs
Free /usr partition space by a symlink to domlogs
February 10th, 2010 by EZ linux · No Comments
Tags: Linux Commands · Linux Tricks
How to reduce or free space in /usr partition
January 13th, 2010 by EZ linux · 1 Comment
1. Restart the httpd service. This might free a little space some times.
2. Check for apache logs like error_log, access_log , suexec_log in /usr/local/apache/logs . These can either be cleared off or if you need the logs then you can take a zipped copy and keep it aside.
3. Same can be done for the files [...]
Tags: Cheat Sheets · Linux Tricks
