Cómo ejecutar múltiples versiones de PHP en un servidor usando Apache y PHP-FPM en Debian 10
El autor seleccionó COVID-19 Relief Fund para que reciba una donación como parte del programa Write for DOnations. El servidor web Apache…
El autor seleccionó COVID-19 Relief Fund para que reciba una donación como parte del programa Write for DOnations. El servidor web Apache…
Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. In this tutorial, you will use Certbot to obtain a free SSL certificate for Apache on Debian 10 and set up your certificate to renew automatically.
Secure Apache on Ubuntu with a free Let’s Encrypt SSL certificate, including installation, configuration and TLS hardening best practices.
Virtual Hosts are a way to host more than one domain from a single IP address/server. This could be helpful, for example, to people who wish to host more than one website from a single droplet. Here’s how to get set up on your Ubuntu 13.10 VPS.
Our focus here is setting up Apache with a free signed SSL Cert on a VPS.
En este tutorial, verá los recursos de protección con contraseña en un servidor web de Apache ejecutándose en Ubuntu 18.04. Completar estos pasos le proporcionará una seguridad adicional para su servidor, de modo que se le prohíba a usuarios no autorizados acceder a…
The CalDAV and CardDAV standards provide an easy way to keep all our smart things up-to-date with what we are doing, as well as how to get hold of our friends and other contacts. In this tutorial, we’ll show you how to sync calendars and contacts from a server you control, using a super simple installation of [Baïkal](http://baikal-server.com), a PHP CalDAV and CardDAV server.
In this tutorial, you’ll set up Apache as a basic reverse proxy using the mod_proxy extension to redirect incoming connections to one or several backend servers running on the same network. This tutorial uses a backend written with the Flask web framework, but you can use any backend server you prefer.
Build real-time data pipelines with MongoDB and Apache Kafka. Step-by-step setup, Java e-commerce example, and best practices for streaming and durable storage.
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.