James Benson wrote:
Yes I think I remember seeing something about that in the apache docs, the order it ships with should not be changed!
That was true of 1.3.x (the order of all the hooks was controlled by the AddModule sequence, or if ClearModule was not invoked, the original load order.) In 2.0 there are very minimal interactions. All modules which export their optional hooks and functions in their register hook, and link to all other loaded modules' hooks and functions in their configuration phase, are completely immunue to ordering issues. But there are some 'hard dependencies' that have been missed (you can feel free to log these as bugs), such as mod_ldap prior to mod_auth_ldap, etc. Bill --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx