Home »
Posts tagged Apache (Page 3)
Web servers frequently transmit server information by default. It’s include information such as the operating system and version, which web server you are running Apache, Nginx, IIS etc. and in some time web server modules installed. This information is stored in http headers, and sent together with every...
Continue reading
August 19, 2014 Admin
Apache
No Comment
suPHP is a tool for executing PHP scripts with the permissions of their owners. There are some significant improvments in suPHP If you have already successfully installed Apache, PHP and Mysql, on the server then follow the below steps. Install and Configure mod_suphp. 1. Add the RepoForge repo...
Continue reading
March 3, 2014 Admin
Apache
No Comment
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