Re: RE: nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)

2016-02-09 Thread smsmaddy1981
Hi Lukas, Any other reference on the user directive usage please? Best Regards, Maddy Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264319,264450#msg-264450 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: nginx-1.9.11 (Patch to build rDNS module)

2016-02-09 Thread A. Schulze
Roman Arutyunyan: On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote: Maxim Dounin: >Changes with nginx 1.9.11 09 Feb 2016 > >*) Feature: TCP support in resolver. the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/) don't

Re: x-accel-redirect enables caching for POST requests

2016-02-09 Thread gglater62
I found a workaround: set $method $request_method; if ($request ~ ^POST) { set $method POST; } fastcgi_param REQUEST_METHOD $method; Posted at Nginx Forum: https://forum.nginx.org/read.php?2,263661,264447#msg-264447 ___ nginx mailing list nginx@nginx.

Re: nginx-1.9.11

2016-02-09 Thread Roman Arutyunyan
On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote: > > Maxim Dounin: > > >Changes with nginx 1.9.1109 Feb 2016 > > > >*) Feature: TCP support in resolver. > > the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/) don't > compile

Re: nginx-1.9.11

2016-02-09 Thread itpp2012
A. Schulze Wrote: --- > Maxim Dounin: > > > Changes with nginx 1.9.1109 > Feb 2016 > > > > *) Feature: TCP support in resolver. > > the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/)

Re: nginx-1.9.11

2016-02-09 Thread A. Schulze
Maxim Dounin: Changes with nginx 1.9.1109 Feb 2016 *) Feature: TCP support in resolver. the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/) don't compile anymore cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-sec

Re: SPDY + HTTP/2

2016-02-09 Thread Валентин Бартенев
On Tuesday 09 February 2016 05:06:39 mongia.ramandeep wrote: > I was able to patch nginx-1.9.10 which supports both SPDY + HTTP2. I don't > intend to use both of them simultaneously on the same interface. > > My question: Is there a reason why this is not done? It gives me an option > to choose be

Re: x-accel-redirect enables caching for POST requests

2016-02-09 Thread Maxim Dounin
Hello! On Tue, Feb 09, 2016 at 01:06:21PM -0500, gglater62 wrote: > Hi, > > Are POST disallowed for X-Accel-Redirect? > There is setup: > nginx sends requests to Apache, which replies with X-Accel-Redirect and > X-Path-Info. > In X-Accel-Redirect there is path to php script, then nginx did do PO

Re: x-accel-redirect enables caching for POST requests

2016-02-09 Thread gglater62
Hi, Are POST disallowed for X-Accel-Redirect? There is setup: nginx sends requests to Apache, which replies with X-Accel-Redirect and X-Path-Info. In X-Accel-Redirect there is path to php script, then nginx did do POST or GET to that script, but it stopped to work since 1.9.10. Is there a possibil

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread locojohn
It crashes with pagespeed module now. 1.9.10 was working fine. Andrejs. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264436#msg-264436 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread Valentin V. Bartenev
On Tuesday 09 February 2016 11:53:15 locojohn wrote: > I experience the same issue, but I do not have the module reported by > anonymous user installed: > > system:~#nginx -t > Floating point exception > > dmesg: > [659221.307369] traps: nginx[20028] trap divide error ip:422fba > sp:7ffd8c72a8a0

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread locojohn
I experience the same issue, but I do not have the module reported by anonymous user installed: system:~#nginx -t Floating point exception dmesg: [659221.307369] traps: nginx[20028] trap divide error ip:422fba sp:7ffd8c72a8a0 error:0 in nginx[40+95d000] Posted at Nginx Forum: https://forum.

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread jimssupp
It's brotli. Removing --add-module=/usr/local/src/ngx_brotli from 1.9.11 config, rebuilding, it's fixed. Runs ok. brotli's OK atm with 1.9.10, but not with 1.9.11 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread jimssupp
Hi starting wit a running nginx/1.9.10 on linux/64 simple build/upgrade to nginx/1.9.11; same config as before no errors in build nginx -v nginx version: nginx/1.9.11 but, systemctl start nginx.serviceJob for nginx.service failed. See "systemctl

Re: [nginx-announce] nginx-1.9.11

2016-02-09 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.11 for Windows https://kevinworthington.com/nginxwin1911 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announce

nginx-1.9.11

2016-02-09 Thread Maxim Dounin
Changes with nginx 1.9.1109 Feb 2016 *) Feature: TCP support in resolver. *) Feature: dynamic modules. *) Bugfix: the $request_length variable did not include size of request headers when using HTTP/2. *) Bugfix: in the ngx_http_v2_

Set 'Content-Length' Header Field in Body Handler

2016-02-09 Thread Christos Kontas
Hello! I am currently working on a filter module, in which I would like to rewrite the content received from an upstream. Similar to `gzip` module, I don't know the exact value to set to the 'Content-Length' header field during filtering the headers of the request, not only before processing p

Re: Nginx for media streaming

2016-02-09 Thread rainer
Am 2016-02-09 13:12, schrieb maziar: I want to setup nginx for media streaming web site like youtube I have some movie on my server with HD quality and I want to serve video like YouTube its mean that nginx should change video's quality by user internet connection quality, I found that this fea

Nginx for media streaming

2016-02-09 Thread maziar
I want to setup nginx for media streaming web site like youtube I have some movie on my server with HD quality and I want to serve video like YouTube its mean that nginx should change video's quality by user internet connection quality, I found that this feature name is adaptive streaming in nginx,

Re: SPDY + HTTP/2

2016-02-09 Thread mongia.ramandeep
I was able to patch nginx-1.9.10 which supports both SPDY + HTTP2. I don't intend to use both of them simultaneously on the same interface. My question: Is there a reason why this is not done? It gives me an option to choose between the two per interface. server { listen x.x.x.x:443 ssl htt