CubePathCubePathDOCS
WebsiteSupportDashboard
DocsGuidesProduct docsAPI referenceService status
Documentation

Knowledge Base

Find guides, tutorials, and documentation to help you get the most out of CubePath services.

Popular Categories

Showing 14 of 14 guides

Web Servers

Varnish Cache Configuration

Varnish Cache is a powerful HTTP accelerator and reverse caching proxy that dramatically improves web application performance by caching content and serving...

January 11, 2026Read
Web Servers

.htaccess Configuration in Apache

The .htaccess file is one of the most powerful configuration tools in Apache web server, allowing you to implement URL rewrites, redirects, security...

January 11, 2026Read
Web Servers

Apache and Nginx Hardening

Web server hardening is a critical security practice that protects your infrastructure from cyberattacks, data breaches, and unauthorized access. Both...

January 11, 2026Read
Web Servers

Apache and Nginx Logs: Analysis and Rotation

Web server logs are invaluable sources of information for monitoring application health, diagnosing issues, analyzing traffic patterns, detecting security...

January 11, 2026Read
Web Servers

Rate Limiting Configuration in Nginx: Complete Guide

Rate limiting is a critical security and performance feature that controls the number of requests a client can make to your web server within a specified...

January 11, 2026Read
Web Servers

Apache Installation and Configuration on Linux: Complete Guide

Apache HTTP Server, commonly referred to as Apache, is one of the most popular and widely-used web servers in the world. Developed and maintained by the...

January 11, 2026Read
Web Servers

Nginx Installation and Configuration on Linux: Complete Guide

Nginx (pronounced "engine-x") is a high-performance, open-source web server, reverse proxy server, and load balancer. Originally created by Igor Sysoev in...

January 11, 2026Read
Web Servers

Apache vs Nginx: Which Web Server to Choose?

Choosing the right web server is a critical decision that impacts your website's performance, scalability, security, and maintenance overhead. Apache HTTP...

January 11, 2026Read
Web Servers

Virtual Hosts Configuration in Apache: Complete Guide

Virtual hosting is a powerful Apache feature that enables a single physical server to host multiple websites, each with its own domain name, configuration,...

January 11, 2026Read
Web Servers

Server Blocks Configuration in Nginx: Complete Guide

Server blocks in Nginx are the equivalent of Apache's virtual hosts, enabling a single Nginx installation to host multiple websites, applications, and...

January 11, 2026Read
Web Servers

How to Install SSL/TLS Certificates with Let's Encrypt

SSL/TLS certificates are essential for securing websites and protecting user data transmitted over the internet. Let's Encrypt has revolutionized web...

January 11, 2026Read
Web Servers

Manual SSL/TLS Configuration with Own Certificates

While Let's Encrypt provides free automated SSL/TLS certificates, there are scenarios where you need to use your own certificates. Organizations may require...

January 11, 2026Read
Web Servers

HTTP/2 Configuration in Apache and Nginx

HTTP/2 is the latest major revision of the HTTP protocol, offering significant performance improvements over HTTP/1.1 through features like multiplexing,...

January 11, 2026Read
Web Servers

Nginx as Reverse Proxy

Nginx is one of the most powerful and widely-used reverse proxy servers in modern web infrastructure. As a reverse proxy, Nginx sits between client requests...

January 11, 2026Read