Re: Overriding mod_rewrite from another module

2011-01-03 Thread Ben Noordhuis
On Mon, Jan 3, 2011 at 22:07, Joshua Marantz wrote: > I answered my own question by implementing it and failing.  You can't bypass > mod_authz_host because it gets invoked via the magic macro: > >  AP_IMPLEMENT_HOOK_RUN_ALL(int,access_checker, >                          (request_rec *r), (r), OK,

Re: Overriding mod_rewrite from another module

2011-01-03 Thread Joshua Marantz
I answered my own question by implementing it and failing. You can't bypass mod_authz_host because it gets invoked via the magic macro: AP_IMPLEMENT_HOOK_RUN_ALL(int,access_checker, (request_rec *r), (r), OK, DECLINED) This means that returning OK from my handler does