On Thu, Jul 24, 2014 at 12:51 AM, Donatas Abraitis <donatas.abrai...@gmail.com> wrote: > Hello guys, > > is it possible to know the sequence of request is handled? I mean which > module takes precedence? Because I need to debug why r->filename becomes > not so as I expected.
mod_info shows you the order the loaded modules will run in for various phases. A debugger can also tell you when it changes. -- Eric Covener cove...@gmail.com