- NGINX Cookbook
- Tim Butler
- 109字
- 2021-07-03 00:04:20
Enabling modules
By default, not every module for NGINX has been compiled and is available. As of version 1.9.11 (released in February 2016), NGINX added dynamic modules, similar to the Dynamic Shared Objects (DSO) like the Apache HTTP server.

Previous NGINX build process
Previous to this, you needed to recompile NGINX every time you updated a module, so this is a big step forward. Being statically compiled into the main binary also meant that each instance of NGINX loaded all the modules internally, regardless of whether you needed them or not. This is why the mail modules were never compiled in with the standard binaries.

NGINX new dynamic modules
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 多媒體CAI課件設計與制作導論(第二版)
- Oracle Exadata性能優化
- Python自動化運維快速入門(第2版)
- Java持續交付
- Apache Kafka Quick Start Guide
- Active Directory with PowerShell
- 51單片機C語言開發教程
- Scala for Machine Learning(Second Edition)
- Beginning C++ Game Programming
- 分布式數據庫原理、架構與實踐
- Android 游戲開發大全(第二版)
- iOS Development with Xamarin Cookbook
- 系統分析師UML用例實戰
- Neo4j權威指南 (圖數據庫技術叢書)