gzip cause white screen of death (wsod)

2014-02-25 Thread leontinus
Hi Guys, I have a problem here. My website, www.tokopedia.com use nginx 1.5.10 with gzip activated. Some of our users got white screen of death (wsod). It turns out that it is because of gzip. These are what I found : User report the got wsod. I chat with them, asked them to response header. But t

RE: Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread Brian Hill
So now it doesn't look like it's a caching issue at all. I've completely gutted my config files and stripped it down, and I'm still seeing the same issue. I even shot a video of what I'm seeing and stuck it on YouTube as an example (http://youtu.be/lPR1453YBUw). As the video shows, the connectio

Re: NGINX SSL Session Ticket Key

2014-02-25 Thread Nick Zavaritsky
Hello, Maxim! > The format is "48 bytes of random data", and I don't think that > compatibility with other software is something to be considered > here. Ticket keys are to be used between multiple nginx > instances, nothing more. > You are certainly right however this looks like an accident

Re: Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread ThattyaneAlves
I'm having an odd issue, and I'm not sure where to start. We've been implementing a number of NGINX servers recently, and one of them is ... http://time4livetv.blogspot.com/2014/02/south-park.html Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247939,247940#msg-247940

Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread Brian Hill
I'm having an odd issue, and I'm not sure where to start. We've been implementing a number of NGINX servers recently, and one of them is doing a proxy_pass to an older IIS7 server that we'll be phasing out soon, which is hosting a couple of minor sites in our datacenter. When initially browsing

Re: NGINX proxy, 502 error while SSL handshaking to upstream

2014-02-25 Thread Maxim Dounin
Hello! On Tue, Feb 25, 2014 at 04:34:34PM +0100, Juan Matías wrote: > Hello everyone, I'm new here and this my first post in this mailing list, > > Maybe this is a frequently answered question but I could't find a solution. > Maybe is a "layer 8" issue. > > Right now, I have a Nginx(1.0.8) prox

Re: NGINX SSL Session Ticket Key

2014-02-25 Thread Maxim Dounin
Hello! On Tue, Feb 25, 2014 at 08:23:55PM +0400, ZNV wrote: > Hi! > > Recently nginx implemented support for ssl_session_ticket_key allowing > to setup key(s) for SSL tickets encryption explicitly. This is usefull when > multiple nginx servers must share the same set of keys in order for any > s

Re: http header doesn't pass throw nginx to php-fpm

2014-02-25 Thread Maxim Dounin
Hello! On Tue, Feb 25, 2014 at 09:32:54AM -0500, Kurk_SS wrote: > I use > > http{ > underscores_in_headers on; > ignore_invalid_headers off; > > and all works fine. php code can see HTTP_RANGE in $_SERVER array. > > but when I use fastcgi cache. [...] > It not works now. > > why? Cache nee

NGINX SSL Session Ticket Key

2014-02-25 Thread ZNV
Hi! Recently nginx implemented support for ssl_session_ticket_key allowing to setup key(s) for SSL tickets encryption explicitly. This is usefull when multiple nginx servers must share the same set of keys in order for any server to accept tickets issued by any other server. The key file is an op

Reverse and Forward proxy?

2014-02-25 Thread ologmcnoleg
Hi, Can nginx run as a forward and revers proxy in the same host? I am looking for a solution to the below 1) Forward Proxy App Server > Proxy Server > Internet > Source IP My App server will need to use a Proxy to fetch files over the internet (I would usually use Squid for this) 2) Rever

NGINX proxy, 502 error while SSL handshaking to upstream

2014-02-25 Thread Juan Matías
Hello everyone, I'm new here and this my first post in this mailing list, Maybe this is a frequently answered question but I could't find a solution. Maybe is a "layer 8" issue. Right now, I have a Nginx(1.0.8) proxy running on Ubuntu 10.04 32bits, OpenSSL 0.9.8 doing a https upstream on port 33

http header doesn't pass throw nginx to php-fpm

2014-02-25 Thread Kurk_SS
I use http{ underscores_in_headers on; ignore_invalid_headers off; and all works fine. php code can see HTTP_RANGE in $_SERVER array. but when I use fastcgi cache. location / { if ($request_method != GET) { break;} #bad request try_files @echofile @echofile; #request_uri is a target for downloa

Premium Quality – Retro Badges Vectors – Vectors Design

2014-02-25 Thread Mahmud Mr.
Premium Quality – Retro Badges Vectors – Vectors Design. ThemeFlava is proud to present you a collection of our most loved badges, neatly handcrafted from primitive vector shapes and inspired by some of the most relaxing places on Earth. Take a look at the typography…There are more than 12 fonts us

Re: Rewrite https to http expect one location

2014-02-25 Thread basti
There is still a rewrite problem with my config: server { ... root $root_directory; index index.php index.html index.htm; fastcgi_index index.php; location ~ /mailadmin/(.*.\.php)$ { root /path/to/root/; ... index index.php; } location / { return

Re: Include order and variables definition in configuration

2014-02-25 Thread B.R.
On Tue, Feb 25, 2014 at 2:49 AM, Maxim Dounin wrote: > Note (quote from http://nginx.org/r/fastcgi_param): > > : These directives are inherited from the previous level if and only > : if there are no fastcgi_param directives defined on the current > : level. > > There are fastcgi_param directives