Home »
Archive by category Topic (Page 2)
Apache Handlers A “handler” is an internal Apache command that tells the Apache server software what action to perform when a file is called. Generally, files have what is know as implicit handlers, which are based on the file type. Normally, all files are simply served by the...
Continue reading
September 7, 2013 Admin
Topic
No Comment
This article will describe you Mrtg Installation on centos server. The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. You need the following packages: NET-SNMP...
Continue reading
August 11, 2013 Admin
Topic
No Comment
suPHP is a tool for executing PHP scripts with the permissions of their owners. There are some significant improvments in suPHP such as:- * HTTP based authentication auth works via php * symbolic links to php files also work * permissions of public_html does not need to be...
Continue reading
August 8, 2013 Admin
Topic
No Comment
LAMP is short for Linux, Apache, Mysql, PHP. This tutorial shows how you can install on Centos. 1. Installing Apache Webserver yum install httpd 2. Installing Mysql yum install mysql mysql-server 3. Installing php yum install php php-command php-devel php-gd php-imap php-mysql php-pear php-soap php-xml After that you...
Continue reading
August 8, 2013 Admin
Topic
No Comment