Home »
Archive by category Centos/RHEL (Page 14)
This article will tells you how to set up an LVS cluster of load balanced virtual servers with Heartbeat and LVS cluster and Ldirectord On CentOS The load balancer sits between the user and two (or more) backend Apache web servers that have the same content. Apache load...
Continue reading
November 24, 2013 Admin
Apache, Centos/RHEL
No Comment
MPM (Multi processing module) is a component of apache webserver, that determines how multiple clients or connections will be handled. Apache is flexible by design and there are different MPMs that can be used with apache webserver depending on the needs. Some of the common MPMs on Linux...
Continue reading
November 12, 2013 Admin
Apache
No Comment
This tutorial will tell you that How to find if you have been rooted #ls -la /lib64/libkeyutils.so.1.9 #rpm -qf /lib64/libkeyutils.so.1.9 #ls -la /lib/libkeyutils.so.1.9 #rpm -qf /lib/libkeyutils.so.1.9 Those files should not exist. or: #updatedb” && locate libkeyutils.so.1.9 There should be no output: [rootl@localhost ~]# updatedb && locate libkeyutils.so.1.9 Password:...
Continue reading
November 1, 2013 Admin
Centos/RHEL
No Comment
Install Cacti Network Monitoring on RHEL/CentOS. Cacti tool is an open source web based network monitoring and system monitoring graphing solution for IT business. Cacti enables a user to poll services at regular intervals to create graphs on resulting data using RRDtool. Generally, it is used to graph...
Continue reading
October 30, 2013 Admin
Centos/RHEL
No Comment
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/username/public_html/file.php:14) in /home/username/public_html/top.php on line 4 This generally happens when you have an empty or white space at the start or the end of your php files, Please check your php files and...
Continue reading
October 28, 2013 Admin
Centos/RHEL
No Comment