Re: Tracking sent responses

2015-11-12 Thread Valentin V. Bartenev
On Wednesday 11 November 2015 13:17:47 Julien FROMENT wrote: > Using post_action could work, if we can sent to the @after_request_location > enough reliable information. [..] Using "access_log syslog" for this purpose will be much better solution. See the http_log module documentation for detai

RE: Tracking sent responses

2015-11-11 Thread Sergey Brester
Brester (sebres) > FROM: Sergey Brester [mailto:serg.bres...@sebres.de] > SENT: Tuesday, November 10, 2015 2:30 PM > TO: nginx-devel@nginx.org > CC: Julien FROMENT > SUBJECT: Re: Tracking sent responses > > Hi, > > I'm sure you can do that using on-board &

RE: Tracking sent responses

2015-11-11 Thread Julien FROMENT
, November 10, 2015 2:30 PM To: nginx-devel@nginx.org Cc: Julien FROMENT Subject: Re: Tracking sent responses Hi, I'm sure you can do that using on-board "equipment" of nginx, without deep integrating to the nginx (without write of own module). You can use for this a "pos

Re: Tracking sent responses

2015-11-10 Thread Sergey Brester
Hi, I'm sure you can do that using on-board "equipment" of nginx, without deep integrating to the nginx (without write of own module). You can use for this a "post_action", something like: post_action @after_request_location; But (There is always a "but":), according to my last known sta