On Wed, 23 Jun 2004 14:26:20 -0400, Brian Akins wrote: > Edward Rudd wrote: > >> >> >>APR_OPTIONAL_HOOK(status_hook,my_status_hook, NULL,NULL,APR_HOOK_MIDDLE); >> >> >> > Thanks! > > I had to add another argument: > > APR_OPTIONAL_HOOK(ap, status_hook, my_status_hook, NULL, NULL, APR_HOOK_MIDDLE); The 6th (or 1st) argument is only required when using 2.1-HEAD (apr-util 1.0).. Apache 2.0/APR-util 0.9.5 don't have this extra argument.
- mod_status hook Brian Akins
- Re: mod_status hook Edward Rudd
- Re: mod_status hook Brian Akins
- Re: mod_status hook Edward Rudd
- Re: mod_status hook Brian Akins
- Re: mod_status hook (fixed) Edward Rudd
- Re: mod_status hook William A. Rowe, Jr.