Hi, That's what I was looking for. Just tried it and it works, thanks!
Thierry ------------- De : [email protected] [mailto:[email protected]] De la part de [email protected] Envoyé : mardi 30 septembre 2014 17:48 À : [email protected] Objet : Re: Variable visibility between 3rd party modules Hi Thierry, On Tue, Sep 30, 2014 at 2:41 AM, MAGNIEN, Thierry <[email protected]> wrote: Hi, In my own module, do I have a simple way to retrieve a variable which has been set by another module ? For example, GeoIP module sets the geoip_org variable. Is there a set of C functions that allow my module to retrieve this value ? Thanks a lot, Thierry Check out the ngx_http_get_variable() function. Hope this helps! Ben _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
