Web Servers

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
Apache Basics: Installation and Configuration Troubleshooting — step-by-step Web Servers tutorial on Progressive Robot

Apache Basics: Installation and Configuration Troubleshooting

The Apache web server is an open-source web server popular for its flexibility, power, and widespread support. In this guide, we’ll go over some common procedures for managing the Apache server, including stopping, starting, and enabling the service, working with virtual host files and directories, and locating important files and directories on your server.

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

An Introduction to Proxies

A proxy, also called a proxy server, is a server software that sits as an intermediary between a client and server on the internet. Proxies provides benefits in the form of increased performance, privacy, security, and more. As an additional pass-through layer, a proxy acts as a gatekeeper of the internet between clients and servers.

Read more
Web Servers Checkpoint — step-by-step Web Servers tutorial on Progressive Robot

Web Servers Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to Web Servers, where we introduced practical implementations and popular options for configuring your web server.

Read more
CHAT