Re: sequence of request

2014-07-24 Thread Eric Covener
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

Re: sequence of request

2014-07-24 Thread Joshua Marantz
Yes, in particular, the gdb feature that can help determine who is changing r-filename is hardware watchpoints: http://sourceware.org/gdb/onlinedocs/gdb/Set-Watchpoints.html 1. Set a breakpoint at a line of code where you believe r-filename is correct 2. Start up Apache with run -X 3. Issue a