Skip to content
Just carry on website logo
  • Home
  • Misc
  • Notes
  • NGX
  • Favoman
  • Profile
  • Nginx Source Code Notes – Configuration File Parsing

    Nginx Source Code Notes – Configuration File Parsing

    Cole Avatar

    By

    Cole

    /

    20.05.2022

    The configuration parsing code is substantial, making this article inevitably lengthy. Therefore, please be prepared. Furthermore, since mail this module is rarely used in daily life, this article will only httpanalyze the configuration parsing process in specific application scenarios.

    Read More: Nginx Source Code Notes – Configuration File Parsing
  • Nginx Source Code Notes – HTTP Core – subrequest

    Nginx Source Code Notes – HTTP Core – subrequest

    Cole Avatar

    By

    Cole

    /

    1.08.2021

    Subrequests are a very important mechanism for request/response processing. Subrequests are also one of the most powerful aspects of nginx. With subrequests nginx can return the results from a different URL than the one the client originally requested. Some web frameworks call this an internal redirect.

    Read More: Nginx Source Code Notes – HTTP Core – subrequest
  • Nginx Source Code Notes – SIGIO

    Nginx Source Code Notes – SIGIO

    Cole Avatar

    By

    Cole

    /

    3.08.2014

    During a reload operation, Nginx received a SIGIO signal. In the previous post—while analyzing Nginx’s signal-handling code—I observed that when this signal is caught by Nginx, the signal handler merely sets the global variable ngx_sigio to 1, performing no other actions. Furthermore, this signal did not appear during reopen, quit, or stop operations…

    Read More: Nginx Source Code Notes – SIGIO
  • Nginx Source Code Notes – HTTP Module – Flow Control

    Nginx Source Code Notes – HTTP Module – Flow Control

    Cole Avatar

    By

    Cole

    /

    14.07.2014

    Key areas of focus: methods for calculating concurrent connections; methods for using shared memory; methods for using red-black trees; The ngx_http_limit_conn_module module is used to limit the number of connections per the defined key, in particular, the number of connections from a single IP address.

    Read More: Nginx Source Code Notes – HTTP Module – Flow Control
  • Nginx Source Code Notes – URI Matching

    Nginx Source Code Notes – URI Matching

    Cole Avatar

    By

    Cole

    /

    21.08.2013

    In the Nginx configuration file, server {}multiple virtual hosts can be configured within a single virtual host location {}. locationWhat is their purpose?

    Read More: Nginx Source Code Notes – URI Matching
←Prev
1 2 3 4

Editor Picks

  • Just Carry On

    Just Carry On

    April 17, 2026
  • Favoman’s Concluding Remarks

    Favoman’s Concluding Remarks

    April 17, 2026
  • Twisted-notes

    Twisted-notes

    April 17, 2026
  • Multitask Analysis

    Multitask Analysis

    April 17, 2026

Categories

  • Blog
  • Favoman
  • Internals
  • Misc
  • NGX
  • Notes
  • Systems
  • Workshop
Just carry on website logo
  • Facebook
  • X
  • Instagram
  • WordPress

Trending Posts

  • Python Metaclass Deep Dive in CPython

    Python Metaclass Deep Dive in CPython

    Apr 18, 2026
  • How Python Coroutines Actually Work

    How Python Coroutines Actually Work: Tracing __next__ and send()

    Apr 18, 2026
  • Python asyncio Event Loop Internals

    Python asyncio Event Loop Internals: A Deep CPython

    Apr 18, 2026

Recent Posts

  • Python Metaclass Deep Dive in CPython

    Python Metaclass Deep Dive in CPython

    Apr 18, 2026
  • How Python Coroutines Actually Work

    How Python Coroutines Actually Work: Tracing __next__ and send()

    Apr 18, 2026
  • Python asyncio Event Loop Internals

    Python asyncio Event Loop Internals: A Deep CPython

    Apr 18, 2026
  • Home
  • Misc
  • Notes
  • NGX
  • Favoman
  • Profile

© 2026 Just Carry On. All rights reserved.