On Sat, Dec 19, 2009 at 12:32 PM, Igor Sysoev <igor at sysoev.ru> wrote: >> Perhaps a module A can put something in it's ctx() and module B can >> read it using ngx_http_get_module_ctx(r, ...)? > > Yes, you may use the module contexts for this. Thanks a lot. I'll try that.