Browsing tag

rhel 6

Create Raid Configuration File ( /etc/mdadm.conf ) – Linux

RAID refers to a redundant array of independent disks; it helps you to combine multiple storage disks into a single logical unit. Data is distributed to across disks, depends upon Raid level used. Normally Linux system doesn’t automatically remember all the components that are part of the RAID set. This information has to be added […]

Apache Virtual Host Configurations – Linux

Virtual Hosting is method of hosting multiple websites on single web server, web server might be anything of Apache HTTP,Microsoft IIS, Lighttpd etc.There are two type of Virtual Hosting in web server, Name based and IP based. With the Name based virtual hosting, we can configure multiple website on single ip address, in ip based, we can configure only […]

Simple Apache Load Balancing – Pound RPM

Load balancing is the method of distributing the requests that came from the clients to the multiple internal servers, and those servers serve the same content to the clients. Load balancing widely used with the web server where the web content served by multiple internal servers to the clients via the main public server. The […]

Monitor MySQL Server with Nagios 3.4

This document is outdated and it may not work Nagios is the most widely used open source monitoring tools which help us to monitor the services and application that run’s on Windows,Linux,Routers and other network devices. With the help of Nagios you can monitor basic services and attributes. We can access the Nagios using web […]

Install Apache web server CentOS 6 / RHEL 6

Apache web server is the most widely used web server application in the word, it shares 63% word web server market. It supports all major distribution such as windows, Linux , Solaris and Mac operating system, it considerably has large usage on Unix platform due to the package bundled with operating system disc and also […]