The following steps will allow a custom php.ini file on an account when using FCGI as the PHP handler. Copy and Edit default php.ini Code:cd /home/user/public-html/cgi-bin cp /usr/local/lib/php.ini /home/user/public_html/cgi-bin vi php.iniAs a test change one of the variables like register_globals from: Code:register_globals = OffTo: Code:register_globals = OnIf yours was On, then do the reverse. This is simply to test it changes...
Linux
In this example I have two hard drives, /dev/sda and /dev/sdb, with the partitions /dev/sda1 and /dev/sda2 as well as /dev/sdb1 and /dev/sdb2. /dev/sda1 and /dev/sdb1 make up the RAID1 array /dev/md0. /dev/sda2 and /dev/sdb2 make up the RAID1 array /dev/md1. /dev/sda1 + /dev/sdb1 = /dev/md0 /dev/sda2 + /dev/sdb2 = /dev/md1 /dev/sdb has failed, and we want to replace it. 2 How Do I Tell If A Hard Disk Has Failed? If a disk has failed, you...