Hosten einer Website mit Cloudflare und Nginx unter Ubuntu 20.04 (18-04-DE)
Der Autor wählte die Electronic Frontier Foundation, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Cloudflare…
Der Autor wählte die Electronic Frontier Foundation, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Cloudflare…
A web server’s primary role is to serve web pages for a website. They act as an intermediary between the backend and the frontend, serving up resources like HTML and CSS files to JSON data, all generated dynamically on the fly or served statically. It uses protocols such as HTTP or HTTPS in a request-and-response format, allowing communication between backend machines and a requesting client’s web browser.
L’auteur a choisi le Free and Open Source Fund pour recevoir une donation dans le cadre du programme Write for DOnations. Avec la migration des outils de développement vers le cloud, la…
In this guide, you will build a Python application using the Flask microframework on Ubuntu 20.04. The majority of this tutorial is about how to set up the Gunicorn application server to run the application and how to configure Nginx to act as a front-end reverse proxy.
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Con el traslado de las herramientas de desarrollo a la nube, la creación…
PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on an Ubuntu 14.04 system with Apache or Nginx, using community-provided packages.
This tutorial will show you how to set up WordPress Multisite with subdomains on an Nginx web server. This allows you to run multiple unrelated websites, with their own domains, from a single WordPress admin panel.
Neste guia de consulta rápida, instalaremos uma pilha LEMP em um servidor Ubuntu 20.04. Para uma versão mais detalhada deste tutorial, com mais explicações de cada passo, consulte o tutorial [How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu…
FreeBSD’s ports system is one of its greatest assets for users who want flexibility and control over their software. It allows users to easily create and maintain source-based installations using a system designed to be robust and predictable. While the advantages of this…
O autor selecionou o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. Com as ferramentas de desenvolvimento para a nuvem, a adoção de plataformas IDE…