Move Apache domlogs to second disk drive or any where
Its a simple job and recommended appraoch is to stop Apache before moving domlogs so it will bring downtime. Here is how you can do it:
service httpd stop
ps ax | grep httpd (Verify that no httpd process still running)
cd /usr/local/apache
mkdir /home2/apache ( Considering /home2 as your new drive)
mv domlogs /home2/apache/
ln -s /home2/apache/domlogs /usr/local/apache/domlogs
ls -la /usr/local/apache/ (Verify the link)
service httpd start
http://forums.cpanel.net/f5/move-apache-domlogs-second-disk-drive-98821.html
Install Pidgin 2.6.2 on Lenny
The version of Pidgin that is in the Lenny repositories has some problems. It’s an older version and does not work with Yahoo messenger, usually you can’t get the proper certifcate from Yahoo in Pidgin. I attempted to install it myself using the version of Pidgin for Sid by downloading the files from Debian. I ran into dependency issue after issue and finally decided just to go with backports. This is the easiest way to install Pidgin 2.6 on Debian Lenny.
Using Lenny-Backports you can install Pidgin 2.6.2 on Debian Lenny.