Category: Web Server

Category introduces open source software such as Nginx, Apache, OpenLiteSpeed.

Nginx reverse proxy is increasingly used with the same solution as HAproxy. But how to install nginx reverse proxy multi master? You can find many articles that teach the use of Keepalived to increase the availability of nginx reverse proxy systems. This article will upgrade that to make your system more responsive. Requirements set out

How does nginx redirect a location to another domain? To do this, we only need 1-2 lines of configuration. However, this article will explain to you more about that. The problem One problem here is probably quite a lot of people have been or will be encountering. I have a website, my example is https://www.writebash.com.

In this article, I will show you how to install the latest Nginx on Debian 8. By default, for Debian 8, you will install Nginx 1.6.x. So if you want to use the latest Nginx version then how? This article will show you how to do it. Add repository for Nginx The operating system version

This article, I will guide you to install LAMP (PHP 7) on Ubuntu 16.x step by step. LAMP stack is a widely used software suite, serving millions of websites. Server requirements OS: Ubuntu 16.x, i use Ubuntu 16.04.4 LTS 64bit. CPU: over 1 CPU or vCPU. RAM: over 1 GB memory. HDD: 5GB free space.

In the past, people used to refer to Apache as the most popular web server in the world. Many systems in the world are still using Apache. Time later, Nginx was developed and people started using it more than before. This is because it is better at performance and resource saving. Then, what is nginx?