Hello,

I am trying to build a perl access handler module into nginx, thanks to this API :
http://nginx.org/en/docs/http/ngx_http_perl_module.html
but I have some difficulties to do so.

Indeed, I would need some tools like
- a mean to share variables between handlers,
- a mean to call my handler at access phase.

For example, I have made a basic handler in lUA with this more complete API :
http://wiki.nginx.org/HttpLuaModule

Does anybody have ideas on how to achieve the two functionnalities in the current perl API ? Will this lack of features for perl API be filled in the future ? In a near future ? Or do you advise other actions ?


Many thanks,

David

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to