How To Move an Apache Web Root to a New Location on Ubuntu 18.04
In this guide, we’ll show you how to move an Apache document root to a new location which allows you to independently scale storage for different sites.
In this guide, we’ll show you how to move an Apache document root to a new location which allows you to independently scale storage for different sites.
This article shows you how to deploy a web application using Django, the popular Python framework. The beauty of developing with popular web frameworks is that a lot of repetitious work has been done for you, so you can focus on building your site.
As a web app grows in popularity and number of users, the need to scale performance will continue to be a point of focus for its developer(s). In this tutorial, we will go over a few higher-level strategies for scaling apps built on Django, going beyond the initial scaling tips we’ve already covered.
Let’s Encrypt adalah Otoritas Sertifikat (CA) yang memfasilitasi perolehan dan instalasi sertifikat TLS/SSL gratis, yang dengan demikian mengaktifkan HTTPS terenkripsi pada server web. Saat ini, seluruh proses perolehan dan instalasi sertifikat dijalankan otomatis sepenuhnya baik pada Apache dan Nginx dengan menggunakan Certbot. Dalam panduan ini, kita akan menggunakan Certbot untuk memperoleh sertifikat SSL gratis untuk Apache pada Ubuntu 20.04, dan memastikan agar sertifikat ini disiapkan untu
This tutorial shows you how to set up a new directory, how to grant the correct permissions, how to add content to a new page, how to turn on virtual hosting, and how to, if needed, set up local hosts. Virtual Hosts are used to run more than one domain off of a single IP address and allows you to run multiple sites off of a single cloud servers. This tutorial describes how to set up virtual hosts with Apache on Centos
This tutorial will guide you through setting up multiple domains and websites using Apache virtual hosts on an Ubuntu 18.04 server. During this process, you’ll learn how to serve different content to different visitors depending on which domains they are requesting. For a…
Al tener rol de administrador web, puede resultarle útil restringir el acceso de los visitantes a algunas partes de un sitio web, ya sea de forma temporal o permanente. Aunque puede ser que las aplicaciones web proporcionen sus propios métodos de autenticación y autorización,…
Seafile is an open-source, self-hosted file synchronization and sharing platform with cross-platform syncing. In this tutorial you will install and configure Seafile on Debian 10, using MariaDB to store data and Apache to handle the web traffic.
Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such…
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.