Re: How to control the order of execution modules in nginx

2014-01-30 Thread Maxim Dounin
Hello! On Thu, Jan 30, 2014 at 01:05:34PM +0800, Rv Rv wrote: > From http://www.evanmiller.org/nginx-modules-guide.html, "The > order of their execution is determined at compile-time". Is > there a way to control this. ngx_modules.c has the list and > order of execution. How do I change the or

How to control the order of execution modules in nginx

2014-01-29 Thread Rv Rv
From http://www.evanmiller.org/nginx-modules-guide.html, "The order of their execution is determined at compile-time". Is there a way to control this. ngx_modules.c has the list and order of execution. How do I change the order of execution of modules within a particular phase e.g. if I have thr