Tagged articles
3 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Aug 8, 2025 · Backend Development

Build Your First Custom Nginx Module from Scratch – A Step‑by‑Step Guide

This article walks you through why learning Nginx module development matters, explains the core architecture and lifecycle, shows how to set up the build environment, create a Hello World module with full source code, compile, install, configure, and extend it with advanced features and performance optimizations.

C Programmingcustom modulemodule development
0 likes · 15 min read
Build Your First Custom Nginx Module from Scratch – A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Mar 21, 2019 · Backend Development

Introduction to Nginx: Features, Architecture, and Custom Module Development

This article provides a comprehensive overview of Nginx, covering its origins, core features, source code structure, typical deployment scenarios, internal process model, upstream design, and guidelines for developing custom modules, illustrating each concept with diagrams and examples.

Web servermodule developmentreverse proxy
0 likes · 6 min read
Introduction to Nginx: Features, Architecture, and Custom Module Development
Efficient Ops
Efficient Ops
Aug 12, 2018 · Backend Development

Inside Nginx: How It Starts, Handles Requests, and Key Callbacks Explained

This article provides a comprehensive walkthrough of Nginx’s startup sequence, master‑worker process communication, critical callback configurations, and the detailed flow of HTTP request handling, supplemented with GDB debugging steps and example module development for deeper insight into its modular architecture.

Event-Driven Architecturegdb debugginghttp request processing
0 likes · 14 min read
Inside Nginx: How It Starts, Handles Requests, and Key Callbacks Explained