Re: fastcgi_index - am I missing something obvious?

2014-10-15 Thread Sandra Snan
Thanks so much for finding so many avenues to trouble shoot, I had been figuratively banging my head against the screen for hours, and all of the ideas were good. On Thu, 16 Oct 2014 00:02:11 +0100, Francis Daly wrote: > Can you show the output of "grep SCRIPT /etc/nginx/fastcgi_params" > on the

Re: SPDY connection was interrupted while downloading a file

2014-10-15 Thread Greg Barker
Thanks Valentin. Here's my config: https://gist.github.com/fletchowns/13680a9d101f96d5f728 $ /opt/nginx-1.6.2/sbin/nginx -V nginx version: nginx/1.6.2 built by gcc 4.7.2 (Debian 4.7.2-5) TLS SNI support enabled configure arguments: --prefix=/opt/nginx-1.6.2 --conf-path=/etc/nginx/nginx.conf --sbin

Re: SPDY connection was interrupted while downloading a file

2014-10-15 Thread Valentin V. Bartenev
On Monday 06 October 2014 12:25:37 Greg Barker wrote: > I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After > I start downloading a file, I can no longer access other pages on the site. > I get a Firefox error message "The connection was interrupted" - a similar > message app

Re: SPDY connection was interrupted while downloading a file

2014-10-15 Thread Greg Barker
Bump. Any ideas on this one? Some other folks on HN were experiencing this as well: https://news.ycombinator.com/item?id=8404790 On Mon, Oct 6, 2014 at 12:25 PM, Greg Barker wrote: > I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After > I start downloading a file, I can no

Re: ssl_protocols per server?

2014-10-15 Thread Miguel Clara
listen 443 ssl spdy; Actually but sni is working fine sslabs reports the correct certs... just tells me SSLv3 is on in all when its only set for one of the domains... At first I had " ssl_protocols TLSv1 TLSv1.1 TLSv1.2;" at the http level and just set " ssl_protocols SSLv3 TLSv1 TLSv1.1 T

Re: ssl_protocols per server?

2014-10-15 Thread Francis Daly
On Thu, Oct 16, 2014 at 12:01:13AM +0100, Miguel Clara wrote: Hi there, I do not know the answer, but... > however I'm trying to have onde server with: > ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; > > and another with: > ssl_protocols TLSv1 TLSv1.1 TLSv1.2; > > But the first seems to be applie

Re: ssl_protocols per server?

2014-10-15 Thread Miguel Clara
Forgot to mention this is with "nginx version: nginx/1.6.0" compile with the normal "full" options + pagespeed Melhores Cumprimentos // Best Regards --- *Miguel Clara* *IT - Sys Admin & Developer* *E-mail:*miguelmcl...@gmail.com www.linkedi

Re: fastcgi_index - am I missing something obvious?

2014-10-15 Thread Francis Daly
On Wed, Oct 15, 2014 at 01:17:49PM +0200, Sandra Snan wrote: Hi there, > So I have the same setup on two different servers, using fcgiwrap to > serve some basic classic style cgi scripts. Presumably the setups are only "nearly" the same, or else they would respond the same way. What version of

ssl_protocols per server?

2014-10-15 Thread Miguel Clara
>From the docs: Syntax: ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1] [TLSv1.2]; Default: ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; Context: http, server however I'm trying to have onde server with: ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; and another with: ssl_protocols TLSv1 TLSv1.1 TLSv1

[ANN] Windows nginx 1.7.7.2 Gryphon

2014-10-15 Thread itpp2012
22:55 15-10-2014 nginx 1.7.7.2 Gryphon Tell me a story and I'll tell you my history. The Mock Turtle and the Gryphon are here to stay. What! Never heard of uglifying! If you don't know what to uglify is, you are a simpleton so you'd better get on your way. The nginx Gryphon release is here! Based

Re: Logging POST body

2014-10-15 Thread Maxim Dounin
Hello! On Wed, Oct 15, 2014 at 12:50:23PM -0400, keeyong wrote: > I am using ngixing as a reverse proxy in front of apache (PHP) as a load > balancer and a logger. For some endpoints, I want to log their POST bodies > and I looked up the Web and found some solution requiring to install > HttpEcho

Re: Logging POST body

2014-10-15 Thread mex
hi, did you even tried too google it? dork: "logging post body nginx" http://stackoverflow.com/questions/4939382/logging-post-data-from-request-body cheers, mex Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254007,254009#msg-254009 _

Logging POST body

2014-10-15 Thread keeyong
I am using ngixing as a reverse proxy in front of apache (PHP) as a load balancer and a logger. For some endpoints, I want to log their POST bodies and I looked up the Web and found some solution requiring to install HttpEchoModule. Is there any other way of achieving this? Preferably without insta

Re: Redirect loop problems

2014-10-15 Thread Dewangga Bachrul Alam
Hi, Problem solved, on conf.d directory, there is active HSTS directive, that's why the HTTP forcing to HTTPS, wherever I force them back to http. Thanks anyway. On 10/15/2014 12:02 AM, crazy world wrote: > Can you grab the http conversation from the browser or run tcpdump to show > the differe

fastcgi_index - am I missing something obvious?

2014-10-15 Thread Sandra Snan
So I have the same setup on two different servers, using fcgiwrap to serve some basic classic style cgi scripts. On both, http://serverdomain.whatever/cgi-bin/index.cgi works great and other explicit .cgi urls work. But only on one of them, http://serverdomain.whatever/cgi-bin/ takes me to the ind

Re: Debian Package Rules as Mercurial repositories

2014-10-15 Thread Dominic
On 10/10/14 15:28, Sergey Budnevitch wrote: > > On 07 Oct 2014, at 04:51, Dominic wrote: > >> Dear List >> >> I'm looking for the Debian package rules. I could download the >> source file from >> http://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/. But >> I guess there is an non publi

Re: Possible to have a limit_req "nodelay burst" option?

2014-10-15 Thread Andreas S.
ppy wrote in post #1114430: > I have to agree with this completely. In fact, I thought this was the > intended behaviour of the "burst" argument, and it wasn't until further > testing that I realised its true meaning. > > I am looking for the exact same behaviour here – to allow *actual* burst > re