On Thursday 23 June 2011, Igor Galić wrote:
> > I.e, these APIs should be somehow exposed in mod_lua:
> > 
> >
> > ap_register_auth_provider
> > ap_register_log_handler
> > ap_register_errorlog_handler
> > ap_register_rewrite_mapfunc
> > ap_hook_expr_lookup
> > ap_register_include_handler
> 
> Huh? Are they currently not ?
> I thought it already possible to write custom auth providers
> with mod_lua (i.e.: OAuth or similar)

"grep provider modules/lua/*c" gives no match. I think mod_lua can be 
used to hook into the various auth/access hooks of httpd core. But 
this does not allow to use mod_authz_core's infrastructure, which 
would make implementing authz a lot simpler.

Reply via email to