Tagged articles

Web Servers

17 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2026 · Operations

How I Optimized Nginx to Double My Site’s Concurrency

The article walks through a systematic Nginx performance tuning process that starts with baseline load testing, identifies bottlenecks in worker processes, connection limits, I/O and buffering, and applies targeted configuration changes—such as auto workers, keep‑alive tuning, gzip, and proxy buffers—resulting in a three‑fold increase in concurrent request handling.

LinuxLoad TestingNginx
0 likes · 31 min read
How I Optimized Nginx to Double My Site’s Concurrency
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.

Load BalancingWeb Servershttp-headers
0 likes · 9 min read
Mastering Nginx Proxy Header Transmission: Key Configurations and Common Pitfalls
IT Niuke
IT Niuke
Jun 2, 2024 · Backend Development

Why You Still Need Nginx Even When Using Tomcat

The article analyzes the limitations of deploying web services with Tomcat alone—such as DNS IP caps, scaling costs, lack of health checks, static file handling, and release downtime—and demonstrates how Nginx’s reverse‑proxy, health‑check, and virtual‑host features overcome these issues with concrete configuration examples.

DNSNginxTomcat
0 likes · 11 min read
Why You Still Need Nginx Even When Using Tomcat
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 DataCloud ComputingDatabases
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.

CloudflareMarket ShareNetcraft
0 likes · 4 min read
Netcraft April 2022 Global Web Server Survey: Market Share and Activity Statistics
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 24, 2022 · Backend Development

How to Benchmark Sentry SDK Overhead on Web Servers

This guide explains how to measure the performance impact of the Sentry SDK on web servers by using the open‑source Sentry SDK Benchmark suite, which runs baseline and instrumented versions of TechEmpower framework tests inside Docker Compose and reports latency and resource usage.

DockerGoSDK
0 likes · 6 min read
How to Benchmark Sentry SDK Overhead on Web Servers
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.

CDNIPWeb Servers
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.

Cloud ComputingLoad BalancingNginx
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.

Market ShareNetcraftWeb Servers
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.

LNMPLoad BalancingWeb Servers
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.

DatabaseLoad BalancingOperations
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