Apache

How to Scale Django: Beyond the Basics — step-by-step Linux tutorial on Progressive Robot

How to Scale Django: Beyond the Basics

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.

Read more
Cara Mengamankan Apache dengan Let's Encrypt pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Mengamankan Apache dengan Let’s Encrypt pada Ubuntu 20.04

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

Read more
How To Set Up Apache Virtual Hosts on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on CentOS 6

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

Read more
Introduction to Web Servers — step-by-step Web Servers tutorial on Progressive Robot

Introduction to Web Servers

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.

Read more
CHAT