Coder Social home page Coder Social logo

Comments (4)

lianglli avatar lianglli commented on June 18, 2024

What is the meaning specifically?

Pls. give an example.

from tengine.

swzaaaaaaa avatar swzaaaaaaa commented on June 18, 2024

For example, how can I introduce the module "nginx-http-upward-dynamic-module" into native nginx?

from tengine.

chobits avatar chobits commented on June 18, 2024

Some modules in Tengine can be seamlessly integrated with nginx, essentially acting as a third-party module that can be compiled together with the official nginx distribution.

However, there are some modules that require modifications to the nginx core. You can determine if a module requires such modifications by checking whether it has its own defined macro in the module's configuration file(modules/<some_module>/config: T_XXX macro, then check the macro in tengine source core tengine/src/...). In such cases, you'll need to apply these modifications to the official nginx source code.

In addition to this, there are instances where two Tengine modules are interdependent and require patches between each other. One notable example of this complexity involves the ngx_http_dyups_module and ngx_http_upstream_check_module, also you can check their own defined macro in tengine/src/ and tengine/modules/. I think the only case of its kind is: ngx_http_dyups_module and ngx_http_upstream_check_module.

from tengine.

swzaaaaaaa avatar swzaaaaaaa commented on June 18, 2024

I see.Thank you.

from tengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.