Re: Auto refresh for expired content?

2017-05-29 Thread mkuehn
Hi Roman, i would like to kindly ask you, if you already had the time to take a look at my config, which i posted on May 18, 2017 10:02AM? Thanks in advanced! Maik Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274264,274493#msg-274493 ___

Re: Upstream module usage to process data

2017-05-29 Thread Maxim Dounin
Hello! On Mon, May 29, 2017 at 06:04:05AM -0400, isolomka wrote: > Hi All, > I'm developing NGINX module which should read some binary data from upstream > server, process it an send response to the user. > So to do it i'm using ngx_http_upstream API to create upstream request and > get data. So

Upstream module usage to process data

2017-05-29 Thread isolomka
Hi All, I'm developing NGINX module which should read some binary data from upstream server, process it an send response to the user. So to do it i'm using ngx_http_upstream API to create upstream request and get data. So the question is where is the right point to start processing of received cha

Re: Page loading is very slow with ngx_http_auth_pam_module

2017-05-29 Thread Cumali Ceylan
I was debugging nginx with pam configuration for a while. I built libpam with debug option and investigated logs of it in order to find out overhead of it. My system is an embedded Linux system with NXP/Freescale Vybrid VF6x processor. if a http request takes a 100-200 ms from the browser side