Happy New year & Greeting offer!

We’re running a special offer for a limited time on our server management plans! Get the 2nd month for FREE! Just submit a sales ticket after placing your order and we will credit your account for the 2nd month! You pay your first month and you get your second free! This offer is VALID for… Continue reading Happy New year & Greeting offer!

What is RAID?

What is RAID (Redundant Array of Independent Disks)? RAID creates a single usable data disk, where several physical disks are combined into an array for better speed and/or fault tolerance. There are three key concepts in RAID: mirroring, the copying of data to more than one disk; striping, the splitting of data across more than one disk;… Continue reading What is RAID?

Updating Apache to the latest version on DirectAdmin

You can check the current version of apache by running /usr/sbin/httpd -v CustomBuild – current If you’re using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build update ./build apache ./build php n ./build rewrite_confs CustomApache – end-of-life If you are using customapache with the 1.3 version of apache to the most recent, run… Continue reading Updating Apache to the latest version on DirectAdmin

How do I assign additional IP addresses in RedHat/CentOS?

If you are using CPanel, you should add the IP addresses through WHM.  Do not follow these instructions if you are using CPanel. If you want to assign the addresses 3.2.1.1 – 3.2.1.20 to your server, you will need to create a RANGE file. cd /etc/sysconfig/network-scripts ls ifcfg-eth1-range* If you already have a range file, you… Continue reading How do I assign additional IP addresses in RedHat/CentOS?