Re: try_files is broken with geoip?

2015-03-30 Thread itpp2012
Peter Volkov Wrote: --- > On Mon, Mar 30, 2015 at 8:45 PM, itpp2012 > wrote: > > > Peter Volkov Wrote: > > [...] > > root /tmp/test/; > > "/tmp/test/test/1.ts" -> 404 > > > > /tmp/test has follofing files: > > /tmp/test/dir2/test/1.ts - file > >

Re: try_files is broken with geoip?

2015-03-30 Thread Peter Volkov
On Mon, Mar 30, 2015 at 10:18 PM, Francis Daly wrote: > On Mon, Mar 30, 2015 at 08:26:13PM +0300, Peter Volkov wrote: > > Hi there, > > > We experience problem: if inside location we use geoip variable try_files > > is not working and only root location is looked up for files. > > That is working

Re: allow access to certain client addresses or use auth_basic

2015-03-30 Thread Francis Daly
On Mon, Mar 30, 2015 at 10:45:49AM +0200, basti wrote: Hi there, > is there a way to do following in nginx server or location config. > > 1. allow access to certain client addresses > 2. if the ip is not in the list, allow access by ngx_http_auth_basic_module Yes. http://nginx.org/r/satisfy

Re: try_files is broken with geoip?

2015-03-30 Thread Francis Daly
On Mon, Mar 30, 2015 at 08:26:13PM +0300, Peter Volkov wrote: Hi there, > We experience problem: if inside location we use geoip variable try_files > is not working and only root location is looked up for files. That is working as expected for "if" inside "location". It's unrelated to geoip. ht

Re: try_files is broken with geoip?

2015-03-30 Thread Peter Volkov
On Mon, Mar 30, 2015 at 8:45 PM, itpp2012 wrote: > Peter Volkov Wrote: > [...] > root /tmp/test/; > "/tmp/test/test/1.ts" -> 404 > > /tmp/test has follofing files: > /tmp/test/dir2/test/1.ts - file > /tmp/test/dir1/test - directory > > looks up /tmp/test/dir1/test/1.ts or if it not exist > /tmp/t

Re: try_files is broken with geoip?

2015-03-30 Thread itpp2012
Peter Volkov Wrote: [...] root /tmp/test/; "/tmp/test/test/1.ts" -> 404 /tmp/test has follofing files: /tmp/test/dir2/test/1.ts - file /tmp/test/dir1/test - directory looks up /tmp/test/dir1/test/1.ts or if it not exist /tmp/test/dir2/test/1.ts file. [...] I think you first need to sort out WHER

Re: NGINX gateway problem

2015-03-30 Thread itpp2012
Did you restart nginx? it might be the upstream has marked your php backend as down during the update. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257752,257754#msg-257754 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai

try_files is broken with geoip?

2015-03-30 Thread Peter Volkov
Hi! We experience problem: if inside location we use geoip variable try_files is not working and only root location is looked up for files. So problem is reproducible with the following virtual server configuration (full configuration in attachment): == geo $dontsecure { defa

NGINX gateway problem

2015-03-30 Thread Mark Asysteo
Hey! i got problem with my ruby site http://www.asysteo.pl it was working amazing and today i made PHP update i got this error. I double checked all 9000 port connections but its still active. any smart ideas from guru's on this forum? ;) -- Posted via http://www.ruby-forum.com/. __

experimental build of Nginx with HTTP/2

2015-03-30 Thread kdo88 free
Hello SarahNovotny, As George in Nginx Forum message, see http://forum.nginx.org/read.php?2,256561,257737#msg-257737, i'm excited about HTTP/2 and i'm interested to experimental build too. May i have access to it ? Thanks in advance Best regards kdo88 forum.nginx.org' registered user --- L'ab

Re: 502 Gateway Timeout with error exited on signal 7 (SIGBUS) after clearing cache (nginx with php5-fpm)

2015-03-30 Thread B.R.
*As Lukas rightly pointed it out, you are definitely at a wrong location to seek help for PHP-FPM.* SIGBUS indicates a problem with the way the worker deals with memory. It is highly likely this is caused by some faulty module. http://serverfault.com/a/474725 One the names which immediately comes

allow access to certain client addresses or use auth_basic

2015-03-30 Thread basti
Hello Mailing list, is there a way to do following in nginx server or location config. 1. allow access to certain client addresses 2. if the ip is not in the list, allow access by ngx_http_auth_basic_module Thanks for any help. Best Regards, Basti __

Re: nginx - fastcgi / life

2015-03-30 Thread oweng
Hi nginxuser100 There are no plans to retire support for FastCGI. Best regards Owen Garrett o...@nginx.com Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257704,257741#msg-257741 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.