Tagged articles
14 articles
Page 1 of 1
Practical DevOps Architecture
Practical DevOps Architecture
Aug 12, 2025 · Backend Development

Mastering Nginx Proxy Header Transmission: Key Configurations and Common Pitfalls

This article explains how Nginx forwards HTTP request headers to backend servers, details the default headers passed, shows how to customize header transmission with directives like proxy_set_header, and addresses typical issues such as missing client IP, incorrect Host headers, and security concerns.

http-headersload balancingproxy_set_header
0 likes · 9 min read
Mastering Nginx Proxy Header Transmission: Key Configurations and Common Pitfalls
Laravel Tech Community
Laravel Tech Community
Jul 26, 2022 · Big Data

Red Hat 2019 Enterprise Open Source Survey: Overview of Popular Open Source Projects Across Web Servers, Big Data, Cloud, Storage, Operating Systems, Databases, and Development Tools

The Red Hat 2019 Enterprise Open Source Survey summarizes the most widely adopted open‑source projects in enterprises, covering web servers, big‑data frameworks, cloud platforms, distributed storage, operating systems, databases, development tools, and middleware, and highlights their strategic importance for modern IT infrastructure.

Big DataEnterprisecloud computing
0 likes · 18 min read
Red Hat 2019 Enterprise Open Source Survey: Overview of Popular Open Source Projects Across Web Servers, Big Data, Cloud, Storage, Operating Systems, Databases, and Development Tools
php Courses
php Courses
Jun 9, 2022 · Backend Development

Netcraft April 2022 Global Web Server Survey: Market Share and Activity Statistics

The Netcraft April 2022 survey analyzes over 1.16 billion sites, 271 million domains and nearly 12 million web‑facing computers, revealing that nginx leads in market share while providers such as Cloudflare, OpenResty, Pepyaka and GHS show notable growth and shifts in the global web‑server landscape.

ApacheCloudflareMarket Share
0 likes · 4 min read
Netcraft April 2022 Global Web Server Survey: Market Share and Activity Statistics
Open Source Linux
Open Source Linux
Mar 30, 2020 · Operations

Mastering Web Load Balancing: Techniques, Strategies, and Best Practices

This article explains how web load balancing distributes HTTP/HTTPS requests across multiple servers to improve concurrency, availability, and scalability, covering DNS round‑robin, CDN acceleration, IP load balancing, reverse proxy, and layer‑4 techniques with practical insights and diagrams.

CDNipreverse proxy
0 likes · 12 min read
Mastering Web Load Balancing: Techniques, Strategies, and Best Practices
政采云技术
政采云技术
Mar 29, 2020 · Backend Development

Understanding Nginx Load Balancing

This article explains how Nginx implements load balancing, covering algorithms like round-robin and IP hash, and provides a practical setup guide using Node.js and Nginx.

Backend DevelopmentNginxcloud computing
0 likes · 13 min read
Understanding Nginx Load Balancing
Architects' Tech Alliance
Architects' Tech Alliance
Feb 25, 2020 · Operations

Understanding Web Load Balancing: Principles, Techniques, and Implementation

This article explains the concept of web load balancing, its underlying one‑to‑many mapping principle, and compares common techniques such as DNS round‑robin, CDN acceleration, IP‑level load balancing, HTTP redirects, and reverse‑proxy solutions, highlighting their advantages, limitations, and typical deployment scenarios.

CDNDNSIP load balancing
0 likes · 12 min read
Understanding Web Load Balancing: Principles, Techniques, and Implementation
21CTO
21CTO
Jul 28, 2017 · Backend Development

Web Server Market Share 2017: Nginx Surges, Apache Leads, IIS Gains Ground

According to Netcraft’s January 2017 survey, the global number of active websites grew 1.1% year‑over‑year, with Apache retaining the top market share at 42.78%, Nginx climbing to 3.84% and overtaking IIS to capture 53.2% of all web‑server deployments.

ApacheIISMarket Share
0 likes · 4 min read
Web Server Market Share 2017: Nginx Surges, Apache Leads, IIS Gains Ground
21CTO
21CTO
Mar 5, 2017 · Backend Development

How to Optimize LNMP Architecture for High‑Performance Web Services

This article outlines practical strategies for optimizing the LNMP stack—including load balancing, server tuning, caching, and database improvements—to enhance performance, scalability, and reliability of web applications across various programming languages.

BackendDatabase TuningLNMP
0 likes · 4 min read
How to Optimize LNMP Architecture for High‑Performance Web Services
21CTO
21CTO
Mar 6, 2016 · Operations

Inside Stack Overflow’s 2016 Architecture: Handling 61 Million Daily Requests

The article details Stack Overflow’s 2016 infrastructure upgrades—including hardware, networking, load balancing, caching, database, and service layers—that enabled the site to process over 61 million daily requests while reducing processing time by hundreds of hours.

Operationsarchitecturecaching
0 likes · 12 min read
Inside Stack Overflow’s 2016 Architecture: Handling 61 Million Daily Requests
MaGe Linux Operations
MaGe Linux Operations
Mar 20, 2015 · Operations

Why Skipping Load Balancing Cripples Web Services: Layer‑4 vs Layer‑7 Explained

The article explains how direct connections to a single web server create a single point of failure and limit scalability, then introduces layer‑4 (transport‑level) load balancing that distributes traffic among multiple backend servers, and finally describes layer‑7 (application‑level) load balancing that routes requests based on URL paths such as “/” and “/blog”, highlighting the added complexity and proxy‑like behavior required.

Layer 4Layer 7load balancing
0 likes · 4 min read
Why Skipping Load Balancing Cripples Web Services: Layer‑4 vs Layer‑7 Explained