Jeff Trawick wrote: > On Mon, 28 Feb 2005 08:39:06 -0600, William A. Rowe, Jr. > <[EMAIL PROTECTED]> wrote: > >>Wow :) That would be extraordinarily useful. Any hope the scheme >>would be extensible, so a module such as cgi or rewrite could show >>more specific Phases? > > > I'm leaning towards having completely accurate info maintained by the > core, and arbitrary modules would need to use a separate mechanism to > provide more info.
on a somewhat related note, I started down a different-but-similar-enough path some time ago: http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=108693011011443&w=2 while the idea fizzled from lack of interest/review, the idea I had was to eventually rewrite mod_info so that it used a generic mechanism like the one in the patch (albeit with more API methods, and so on). it seems that the proper hook-level API could accomplish both what I wanted to do as well as what jeff and bill would like to see. and that would be great :) so, in case it is of help with jeff's immediate itch, there it is. if not, that's ok too :) --Geoff
