Re: Strange try_files behaviour

2014-07-11 Thread itpp2012
Valentin V. Bartenev Wrote: --- > On Friday 11 July 2014 17:42:41 itpp2012 wrote: > > Ok, debug session here http://pastebin.com/DQ6WBYXU > [..] > > It looks like one case of http://wiki.nginx.org/IfIsEvil Maybe but should an if bypass try_files

Re: Strange try_files behaviour

2014-07-11 Thread Valentin V. Bartenev
On Friday 11 July 2014 17:42:41 itpp2012 wrote: > Ok, debug session here http://pastebin.com/DQ6WBYXU [..] It looks like one case of http://wiki.nginx.org/IfIsEvil wbr, Valentin V. Bartenev ___ nginx mailing list nginx@nginx.org http://mailman.nginx.

Re: Strange try_files behaviour

2014-07-11 Thread itpp2012
Ok, debug session here http://pastebin.com/DQ6WBYXU I see one try_files phase, maybe a script is processed differently then a static file. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251650,251652#msg-251652 ___ nginx mailing list nginx@ng

Re: Strange try_files behaviour

2014-07-11 Thread Maxim Dounin
Hello! On Fri, Jul 11, 2014 at 03:36:19PM -0400, itpp2012 wrote: > Simple php config (nginx 1.7.4 development); > > server { > [...] > location ~ \.php$ { > try_files $uri $uri/ =404; > index index.html index.htm index.php; > fastcgi_ignore_client

Strange try_files behaviour

2014-07-11 Thread itpp2012
Simple php config (nginx 1.7.4 development); server { [...] location ~ \.php$ { try_files $uri $uri/ =404; index index.html index.htm index.php; fastcgi_ignore_client_abort on; fastcgi_pass myLoadBalancer; fastcgi_index in

Re: Centos7/Rhel7 Nginx Repo

2014-07-11 Thread B.R.
Why gpgcheck should be deactivated? AFAIK, there is a GPG key available for APT... Shouldn't it be the same used for yum? --- *B. R.* On Fri, Jul 11, 2014 at 3:45 PM, Sergey Budnevitch wrote: > > On 11 Jul 2014, at 12:52, free...@gmx.ch wrote: > > > Hi List > > > > I want to use Nginx under th

Re: Centos7/Rhel7 Nginx Repo

2014-07-11 Thread Sergey Budnevitch
On 11 Jul 2014, at 12:52, free...@gmx.ch wrote: > Hi List > > I want to use Nginx under the newly released Centos 7. I've tried to compile > it on Centos 7 but it failed. But i didnt look into it further so far because > i would like to use anyway the version provided by the Nginx.org yum Rep

Re: Reason for storing duplicate copies of response header value e.g. content_encoding in headers_out

2014-07-11 Thread Maxim Dounin
Hello! On Fri, Jul 11, 2014 at 07:50:37PM +0800, Rv Rv wrote: > Nginx stores the response headers in the headers ngx_http_headers_out_t > > ngx_list_t    headers >  and also for certain headers , in a corresponding variable in headers_out > e.g.     ngx_table_elt_t   

Reason for storing duplicate copies of response header value e.g. content_encoding in headers_out

2014-07-11 Thread Rv Rv
Nginx stores the response headers in the headers ngx_http_headers_out_t ngx_list_t    headers  and also for certain headers , in a corresponding variable in headers_out e.g.     ngx_table_elt_t  *content_encoding; The body filter e.g. gunzip  operate only on co

Centos7/Rhel7 Nginx Repo

2014-07-11 Thread free4me
Hi List   I want to use Nginx under the newly released Centos 7. I've tried to compile it on Centos 7 but it failed. But i didnt look into it further so far because i would like to use anyway the version provided by the Nginx.org yum Repo. Since there is no repo available for Centos7/Rhel7; what'