Installing Nginx on Ubuntu 18.04

Nginx, the most widely used web servers in recent years is popularly known for its simple configuration, stability and high performance. Unlike the other web servers, it can also function as a proxy server and cache server. This article will help you find the how-to of installing the Magento platform using Nginx web server on Ubuntu 18.04.

Installing MySQL On Ubuntu 18.04

MySQL, open-source software and most widely opted relational database management system (RDBMS). It is also a component of the LAMP (Linux, Apache, MySQL, Perl/PHP/Python) software stack and supports almost every other operating system. This article will help you to find the how-to of installing, updating and testing Magento using MySQL database server on Ubuntu 18.04.

Installing PHP7.2 On Ubuntu 18.04

PHP, an open-source scripting language is the most widely used language by the web developers and regarded as the most suitable one for HTML language. One you can use this scripting language for managing of dynamic content, session tracking, databases, and also to build an e-commerce site. In this article, the how-to of installing, updating and testing Magneto using PHP  version 7.2 on Ubuntu 18.04 is discussed.

Installing Varnish on Ubuntu 18.04

The Varnish is a web application accelerator and caching HTTP reverse proxy installed to reduce the loading time of web pages and thereby, to increase the web server’s speed and performance. Generally, Varnish will be installed in front of your web server to act as an absolute boon for content-heavy dynamic sites. Let’s see how to install Varnish on an operating system like Ubuntu.

How to Optimize PHP-FPM?

PHP-FPM stands for PHP-FastCGI Process Manager, primarily focused to manage the heavy loaded sites is an alternative to FastCGI daemon for PHP. There are basic attributes which will be presented in the PHP-FPM by default. In this article, you will see how to tweak (or improve) these basic attributes to the desired number at a required time such as during high-traffic days.

Installing HAProxy on Ubuntu 18.04

HAProxy is an open-source High availability proxy and load balancer that is popularly known for its efficiency and speed. Works for TCP and HTTP protocols, it is used to enhance the performance of a website by splitting up the load across multiple servers and to simplify the request processing tasks. Check this article to work this out on your system.

How to Set Up HAProxy as a Load Balancer on Ubuntu 18.04

HAProxy which stands for High Availability proxy, is open-source software for TCP and HTTP protocols. During high-traffic days, thousands of concurrent users may end up hitting e-commerce sites like Magento, at such instances, it forms critical to balance the server’s workload. Here, we go with HAProxy to be used as a load balancer for a wesbite.

Scroll to Top