How To Set Up Password Authentication with Apache on Ubuntu 20.04
This tutorial will walk you through password-protecting assets on an Apache web server running on Ubuntu 20.04 in order to provide your server with additional security.
This tutorial will walk you through password-protecting assets on an Apache web server running on Ubuntu 20.04 in order to provide your server with additional security.
Server-Automatisierung spielt aufgrund der Löschbarkeit von modernen Anwendungsumgebungen eine wesentliche Rolle bei der Systemverwaltung. Konfigurationsverwaltungs-Tools wie…
This tutorial will cover how to set up Graphite and Statsd on your server. Graphite is a graphing library that can be used to plot data-sets in a visually appealing way. Statsd is a program that can collect data on your system. When these programs are combined, you can generate useful graphs that describe the trends of your server.
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Хотя используемая по умолчанию установка сервера [Apache…
Веб-сервер Apache является самым популярным средством размещения веб-контента в интернете. На его счету более половины всех действующих веб-сайтов. Это очень мощный и гибкий инструмент. Apache разделяет свои функциональные возможности и компоненты на отдельные части, которые…
El servidor HTTP Apache es el más usado del mundo. Ofrece muchas características potentes, entre las que se incluyen módulos que se cargan de forma dinámica, una sólida compatibilidad con medios y amplia integración con otras herramientas de software populares. En esta…
Using a configuration management tool such as Ansible to acquire a certificate makes this task completely automatic and reproducible. In this tutorial, you’ll write an Ansible playbook to acquire a Let’s Encrypt certificate automatically for an Ansible host machine.
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.
WebDAV is a technology that allows you to share access and modify content directly through the regular HTTP protocol. This allows you easy file sharing capabilities built into your web server and the ability to collaboratively build a website. This guide will cover how to configure WebDAV on Ubuntu with the Apache web server.
TLS, o “seguridad de capa de transporte”, y su predecesor SSL, son protocolos utilizados para envolver el tráfico normal en un envoltorio protegido y cifrado. Usando esta tecnología, los servidores pueden enviar de forma segura información a sus clientes sin que sus…