Enable Directory Browsing – Apache HTTPD Server

Web servers always look for document index whenever the client request to view the directory, document index is nothing but a index file which will be under all the directory. Document index might be any of the following index.html,index.php,index.jsp, index.htm or custom index file, this is defined in Apache configuration file using the DocumentIndex directive. […]

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 […]

Install Red Hat Enterprise Linux in Graphical Mode – Post Installation

Once the you have completed the Installation of RHEL 6, you just need to do post configurations. Follow the steps to get it configured. Here is the welcome window, click Forward to continue. Click forward on the License agreement after the Selection of Yes, I agree to the License Agreement. Click forward on Set up Software updates. Click […]

Install Red Hat Enterprise Linux in Graphical Mode

Red hat Linux is most widely used enterprise operating system in Linux flavor, Red hat Linux supports both Text and graphical mode of installation. In graphical mode, installation wizard will guide you to install the operating with the help of mouse and keyboard; where as in Text mode, the customized text wizard will guide you to get it installed only using keyboard […]