Home » Tag Archives: web server

Tag Archives: web server

Apache Reverse Proxy Nginx

Apache Reverse Proxy Nginx

We know Apache is the most popular web server, because of its flexibility. It is opensource, there is lots of module to handle different types of language like Python, Perl, Rubi, PHP. But apache have some issue with thread & process management. Apache slows down under heavy load, because of the …

Read More »

Apache Reverse Proxy & Forward Proxy

What is Apache Forward Proxy ? Forward proxies act as a gatekeeper between client browsers on your local network and internet accessed by those clients. The forward proxy will receive the HTTP requests, perform any filtering or request alteration rules you establish, and when appropriate, forward the request to destination. The response …

Read More »

Install LAMP Stack on CentOS, RHEL, Fedora

LAMP is nothing but a bundle of softwares which make environment for running website. Full form of LAMP is ‘L’inux ‘A’pache ‘M’ysql ‘P’HP. So, LAMP mainly used to run such website which is written in PHP & MySql. Now a days PHP is very popular language, many ready to use framework written …

Read More »

Google PageSpeed – Next level Website Optimization

Google PageSpeed

No one loves slow loading website, so webmaster reduce image size as a result it loose attractiveness. Now a days almost every web designer designing wide HD website, needs hd image &  to make website more attractive need to use more css More javascript, as a result total size of website …

Read More »

Introduction to Apache Web Server

The Apache HTTP Server, colloquially called Apache, is the world’s most widely used web server software. Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache played a key role in the initial growth of the World Wide …

Read More »