Web Servers

Работа сервера Nginx и алгоритмов выбора блока расположения — step-by-step Web Servers tutorial on Progressive Robot

Работа сервера Nginx и алгоритмов выбора блока расположения

Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.

Read more
How To Optimize Nginx Configuration — step-by-step Web Servers tutorial on Progressive Robot

How To Optimize Nginx Configuration

Nginx is a fast and lightweight alternative to the sometimes overbearing Apache 2. However, Nginx just like any kind of server or software must be tuned to help attain optimal performance. Here’s how to optimize Nginx configuration.

Read more
How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line — step-by-step Web Servers tutorial on Progressive Robot

How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line

In this tutorial, you’ll use many of the features of WP-CLI and discover how it can fit into your workflow. You’ll cover common operations such as managing plugins and themes, creating content, working with the database, and updating WordPress. The capabilities of WP-CLI go beyond this tutorial; however, you’ll be able to transfer how to work with thes more common options to other WP-CLI features.

Read more
5 configurações comuns de servidor para sua aplicação Web — step-by-step Web Servers tutorial on Progressive Robot

5 configurações comuns de servidor para sua aplicação Web

Ao decidir qual arquitetura de servidor utilizar para seu ambiente, existem muitos fatores a considerar, tais como desempenho, escalabilidade, disponibilidade, confiabilidade, custo, e facilidade de gerenciamento. Aqui está uma lista de configurações de servidor comumente utilizadas, com uma breve descrição de cada uma, incluindo prós e contras.

Read more
How To Configure Content Caching Using Apache Modules On A VPS — step-by-step Web Servers tutorial on Progressive Robot

How To Configure Content Caching Using Apache Modules On A VPS

Caching is a method of creating faster delivery of your most commonly accessed content. Apache has a number of different methods of caching content that take advantage of different aspects of the file system and of HTTP header information. This article will discuss different methods to cache your content to improve your site speed.

Read more
Introduction to Kafka — step-by-step Web Servers tutorial on Progressive Robot

Introduction to Kafka

In this tutorial, you’ll learn how to set up Apache Kafka, create and delete topics, and send and receive events using the provided scripts. You’ll also learn about similar projects with the same purpose, and how Kafka compares.

Read more
CHAT