On Sun, Mar 14, 2021 at 08:55:20AM +0000, ADD SP wrote:

Hi there,

> I am a developer of third-party modules. Assuming that all modules are 
> registered in the same phase (e.g. NGX_HTTP_ACCESS_PHASE) I would like to 
> know the order of execution between dynamic modules. Can I control the order 
> of execution between dynamic modules? What is the order of execution between 
> static and dynamic modules? Can I control the order of execution between 
> static and dynamic modules?
> 

Does the "ngx_module_order" content at
http://nginx.org/en/docs/dev/development_guide.html#adding_new_modules
answer your questions?

If not: is there a specific order you wish to enforce between your modules
and stock modules; or between your modules and other non-stock modules?

Cheers,

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to