Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Nginx introduced Dynamic Module Architecture     - Use Ganglia to monitor your cluster (Server)

- Linux upgrade GCC 4.8.1 clear and concise tutorials (Ubuntu 12.04 64-bit version as an example) (Linux)

- Linux system installation and usage instructions Wetty (Linux)

- Linux System Getting Started Learning: Debian download, installation and graphical interface (Linux)

- Installation Flow N Play- interface stylized video player on Ubuntu (Linux)

- Figlet use (Linux)

- Caffe + Ubuntu 14.04 64bit + CUDA 6.5 configuration instructions (Linux)

- bash login and welcome message: / etc / issue, / etc / motd (Linux)

- Tsunami-udp accelerated network transmission (Linux)

- Linux rpm command Detailed (Linux)

- What is the Docker (Linux)

- Installation GitLab appears ruby_block supervise_redis_sleep action run (Linux)

- C ++ pointer of the (error-prone model) (Programming)

- ActiveMQ memory settings and flow control (Linux)

- Java regular expressions examples (Programming)

- The OpenGL ES GLFW window structures (Programming)

- STL source code analysis - iterator each container classification (Programming)

- Solaris 10 installation configuration mrtg monitoring system (Linux)

- Using nmcli commands to manage network in RedHat / CentOS 7.x (Linux)

- Articles do not resolve after opening under Ubuntu WordPress setting a fixed link (Server)

 
         
  Nginx introduced Dynamic Module Architecture
     
  Add Date : 2018-11-21      
         
         
         
 

nginx in 1.9.11 introduces a Dynamic Module, you can more easily determine which modules used to hang: "Introducing Dynamic Modules in NGINX 1.9.11."

From the past:

an extra option:

and therefore more load_module function can be used:

To load a module at runtime, include the new load_module directive in the main context, specifying the path to the shared object file for the module, enclosed in quotation marks. When you reload the configuration or restart NGINX, the module is loaded in. You can specify a path relative to the source directory, as in these examples, or a full path.

load_module "modules / ngx_http_geoip_module.so";
load_module "modules / ngx_stream_module.so";

     
         
         
         
  More:      
 
- MongoDB upgrade to 2.6 (Database)
- Sublime Text 3 (Linux)
- Linux disk management practices (Linux)
- CentOS7 Kubernetes used on container management (Server)
- Fundamentals of the Java virtual machine memory management principles (Programming)
- Eight kinds of techniques to solve hard problems Linux (Linux)
- Install Java 8 on Ubuntu using PPA (Linux)
- linux remote control software (Linux)
- Linux based exercises, interview questions (Linux)
- Oracle DATABASE LINK (DBLINK) Create (Database)
- Object-C in the preparation of multi-parameter function parameter is omitted (Programming)
- Linux C programming and Shell Programming in the development of practical tools similarities summary (Programming)
- The correct method to modify the maximum number of concurrent connections Tomcat 7 (Server)
- Binary tree to the next node (Programming)
- HBase in MVCC implementation mechanism and its application (Database)
- To install Docker under Ubuntu 15.04 (Linux)
- CentOS yum install LNMP PHP5.4 version (Server)
- Linux host dual LAN transceiver package ARP problem (Linux)
- Deep understanding of C # generics (Programming)
- CentOS iptables firewall enabled (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.