ServerType standalone The option ServerType specifies how Apache should run on the system. You can run it from the super-server inetd, or as standalone daemon. It’s highly recommended to run Apache in standalone type for better performance and speed. ServerRoot “/etc/httpd” The option ServerRoot specifies the directory in which the configuration files of the Apache [...]
Continue Reading
Below steps shows how to install MRTG on CentOS 5. First install SNMP with yum or with rpms Essential rpms need are given below net-snmp-5.3.1-14.el5.i386.rpm net-snmp-devel-5.3.1-14.el5.i386.rpm net-snmp-libs-5.3.1-14.el5.i386.rpm net-snmp-perl-5.3.1-14.el5.i386.rpm net-snmp-utils-5.3.1-14.el5.i386.rpm perl-IO-Socket-INET6-2.51-2.fc6.noarch.rpm perl-Socket6-0.19-3.fc6.i386.rpm ============================================================= 1. Introduction MRTG (Multi Router Traffic Grapher) is an application that allows us to observe the traffic of a network. It generates html [...]
Continue Reading