Re: mod_authz_dbd question

2015-05-04 Thread Eric Covener
These are similar to the hooks that the core uses from APR in every module. Everyone who has registered with "authz_dbd_hook_client_login" gets called until someone returns an error. Check out the expansion of these macros in apr_hooks.h: APR_DECLARE_EXTERNAL_HOOK APR_IMPLEMENT_OPTIONAL_HOOK_RUN_

mod_authz_dbd question

2015-05-04 Thread Mark Taylor
Hi, I'm researching mod_authz_dbd.c and looking at the authz_dbd_login() function. Near its end, this function calls authz_dbd_run_client_login(), but I can't find where this function is defined: httpd-2.4.12# grep -r authz_dbd_run_client_login . returns no results other than modules/aaa/mod_au

Re: [PATCH 0/5] Fix mod_websocket segfaults under load

2015-05-04 Thread Alex Bligh
On 30 Apr 2015, at 19:19, Jacob Champion wrote: > Quick bump to this thread. Have any interested parties (Alex?) been able > to give these patches a try? Not yet - sorry. -- Alex Bligh