On 9/4/07, Jim Jagielski <[EMAIL PROTECTED]> wrote:

> Yep... but also recall that most modules use APR_HOOK_MIDDLE as
> the ordering, and so the order of when the hooks actually
> get run does depend on when the modules are loaded in and
> when they call the ap_hook_* func. And unlike 1.3, 2.x
> is such that the 1st modules loaded are also run 1st
> unless the sort changes that (export SHOW_HOOKS and
> then run Apache to see what happens)...
>
> (mostly an issue with AAA routines where the fall-through
> matters)

Yes, but I would still consider it a bug if the ordering of LoadModule
has an effect in this case. (It is a bug that is easy to fix simply by
explicitly specifying the hook ordering in the code.)

In the AAA case, it is a little more complicated. I guess the ability
to reorder using LoadModule could be considered a feature given that
there is no other way to do it.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to