Configure multiple IPs for one network interface on Centos

The practice of configuring multiple IP addresses on a particular network interface is called IP aliasing. You can assign multiple IP addresses to one network interface from a single subnet or completely different ones. First step :  get the ifconfig command into our system To get the ifconfig command into our system , run the […]

Setup virtual hosts on Centos

The Apache web server is the most popular way of serving web content on the Internet. It serves more than half of all of the Internet’s active websites, and is extremely powerful and flexible. Apache breaks down its functionality and components into individual units that can be customized and configured independently. The basic unit that […]