hi all...

any feedback on this?  the original patch is here:

http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=108693011011443&w=2

--Geoff

> ok, here's a first pass at just a small part - achieve the hook listing by
> offering an apr_table_do()-esque iterator just for hooks.
> 
> the output of httpd -o (for hOok, I guess) looks something like this:
> 
> Registered Hooks:
>   Pre-MPM
>     core.c (10)
> ...
>   Open Logs
>     prefork.c (10)
>     core.c (-10)
>     mod_log_config.c (10)
> ...
>   Map-to-Storage
>     mod_proxy.c (0)
>     http_core.c (10)
>     core.c (30)
> etc.
> 
> where the number in parentheses is the (untranslated) APR_HOOK_* value.

Reply via email to