How To Use the .htaccess File
In this tutorial, you will learn how to enable, create, and use an .htaccess file, as well as some common uses and the impact on speed and security.
In this tutorial, you will learn how to enable, create, and use an .htaccess file, as well as some common uses and the impact on speed and security.
Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.
Learn to configure Logstash on cloud servers for Nginx logs, enhancing website management with Managed OpenSearch – a step-by-step guide
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.
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.
Learn how Nginx selects server blocks and location blocks using its matching algorithms. Understand prefix, exact, regex, and nested location rules.
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.
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.
On July 18th, 2016, a CGI application vulnerability, referred to as “HTTPoxy”, was disclosed. By passing an HTTP Proxy header with a request, an attacker can exploit vulnerable deployments by causing HTTP requests to backing services to be redirected to an arbitrary web…
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.