Home » Tag Archives: apache

Tag Archives: apache

Install Let’s Encrypt on LAMP server

install-lets-encrypt-on-lamp-server

In this tutorial I will show you how to install Let’s Encrypt on LAMP server. Let’s Encrypt is a very popular certificate authority, provide free SSL. Yes my friend you don’t have to buy any SSL anymore. For this demonstration I choose CentOS 7, however the process is same for …

Read More »

Install LAMP stack on Ubuntu 16.04

Install LAMP stack is very well known to those who are already running their website on the any VPS or Dedicated server. In this tutorial I will show you how to install lamp stack on ubuntu 16.04 LTS system. Who are recently moving to the hosting-by-myself community, the following illustration must …

Read More »

Apache MPMs Explanation

MPM or multiprocessing modules are part of the apache code that handle incoming requests. So different mpms handle requests differently. It is important to note that although these are called modules they are not like loadable modules. Rather a mpm is seated right inside the apache binary. So at a …

Read More »

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 »