메뉴 건너뛰기

GREATUSER

free

NGINX Dynamic Modules: How They Work

관리자 2017.04.08 12:00 조회 수 : 7

NGINX Dynamic Modules: How They Work td { padding-right: 10px; } This post is adapted from a presentation delivered at nginx.conf 2016 by NGINX, Inc. developer Maxim Dounin. You can view a recording of the presentation on YouTube. Introduction 0:17 The Basics 1:42 Are Dynamic Modules Really Needed? 3:00 Main Goals of Dynamic Modules 3:32 Mini How-To 4:07 Implementation Details 4:45 Initial Trivial Solution 5:29 Subtle Parts 5:46 Module Config Scripts 7:28 List of Modules: ngx_modules 8:34 Module Indexes 9:48 Order of Modules 11:01 Signature Checking 12:36 Version Checking 13:14 Filter Chains 16:00 What We Ended Up With 16:41 Conversion 17:15 ngx_count_modules() 17:41 ngx_modules to cycle->modules 17:57 Config Script 18:51 Compatible Config Version 19:20 Parameters of auto/module 20:39 Complex Modules 21:06 How Loading Works 21:20 The load_module Directive 21:35 Configuration Reload 22:36 How to Upgrade a Module? 23:02 Further Improvements 23:14 Compatibility [ more... ]

The post NGINX Dynamic Modules: How They Work appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/nginx-dynamic-modules-how-they-work/
위로