How To Secure Apache with Let’s Encrypt on Ubuntu
Secure Apache on Ubuntu with a free Let’s Encrypt SSL certificate, including installation, configuration and TLS hardening best practices.
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.
Installing web-facing programs often involves following the same basic set of steps. This involves installing and configuring a web stack (often LAMP), uploading the application’s files to the web root, and configuring the appropriate values. In this guide, we will introduce you to this basic practice by installing a forum software called MyBB.
A pilha “LAMP” é um grupo de softwares open source que é tipicamente instalado em conjunto para permitir um servidor hospedar websites dinâmicos e aplicações web. Este termo é atualmente um acrônimo que representa o sistema operacional Linux, com o servidor web Apache. A informação do site é armazenada em uma base de dados MySQL, e o conteúdo dinâmico é processado pelo PHP.
Justin Ellingwood escribió una versión anterior de este tutorial. WordPress es el sistema de gestión de contenido (CMS) más popular de Internet. Le permite configurar de forma sencilla blogs y sitios web…