Re: Getting started with a Module

2020-12-31 Thread Andrei
pretty straight forward but I’m messing this up. > > > > Thanks you everyone for reading this. > > > > > > *From: *Andrei > *Sent: *Tuesday, December 29, 2020 4:24 PM > *To: *nginx@nginx.org > *Subject: *Re: Getting started with a Module > > > >

RE: Getting started with a Module

2020-12-30 Thread Federico Felman
PM To: nginx@nginx.org<mailto:nginx@nginx.org> Subject: Re: Getting started with a Module Happy Holidays! You mean something like this? https://serverfault.com/questions/361556/is-it-possible-to-log-the-response-data-in-nginx-access-log Either way, you're probably looking at Open

Re: Getting started with a Module

2020-12-29 Thread Andrei
Happy Holidays! You mean something like this? https://serverfault.com/questions/361556/is-it-possible-to-log-the-response-data-in-nginx-access-log Either way, you're probably looking at OpenResty Lua ( https://github.com/openresty/lua-nginx-module), cosockets ( https://github.com/openresty/lua-ng

Getting started with a Module

2020-12-29 Thread Federico Felman
Hello everyone and happy holidays. I’ve been asked to do a specific module for NGINX, I need to “log” all the requests and responses using some specific web services. For what I’ve seen I can read the REQ easily but I don’t see any way to access the response. Can you guys help me? Thanks in adva