Re: NGINX perl module to server files

2013-09-01 Thread Maxim Dounin
Hello! On Sun, Sep 01, 2013 at 04:29:46PM -0500, Jorge Sanchez wrote: [...] > So from above it turns out that there were no headers sent and thus the > status code probably defaulted to "000" on NGINX. > > Adding the send_http_header before the $r->sendfile() solves the issue. > $r->send_http_h

Re: Transforming nginx for Windows

2013-09-01 Thread Valentin V. Bartenev
On Monday 02 September 2013 00:58:42 itpp2012 wrote: > Working on getting real high performance with nginx under windows I am > rewriting code and already got around the fd_setsize issue following > http://stackoverflow.com/questions/7976388/increasing-limit-of-fd-setsize-a > nd-select/18530636 whi

Re: NGINX perl module to server files

2013-09-01 Thread Jorge Sanchez
Hello list, here is the strace of the NGINX serving my media file (Jpg) to the client: Accepting the connection: 25003 accept4(6, {sa_family=AF_INET, sin_port=htons(53907), sin_addr=inet_addr("XXX.XXX.XXX.XX")}, [16], SOCK_NONBLOCK) = 3 Opening the file: 25003 open("/usr/site/gruppe/media/t_pic

Transforming nginx for Windows

2013-09-01 Thread itpp2012
Working on getting real high performance with nginx under windows I am rewriting code and already got around the fd_setsize issue following http://stackoverflow.com/questions/7976388/increasing-limit-of-fd-setsize-and-select/18530636 which is documented as http://support.microsoft.com/kb/111855 I

Re: SSL certificate chain

2013-09-01 Thread Axel
Hello, what's your error? you just need to copy both certificates in one file with 'cat' or sth. similar. I use portecle to examine the chained file. Make sure that it's the right ca cert. Regards, Axel Am Sonntag, 1. September 2013, 19:11:04 schrieb Daniel Lundqvist: > Hi, > > I am tryi

Re: SSL certificate chain

2013-09-01 Thread Sylvia
Hi. You can try to run a diagnostics for problem discovery and recommendations https://www.ssllabs.com/ssltest/ Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242410,242417#msg-242417 ___ nginx mailing list nginx@nginx.org http://mailman.ngi

Re: SSL certificate chain

2013-09-01 Thread Daniel Lundqvist
Hi, They are. I get no errors from nginx whatsoever, just that no certificate after the first is never sent. If I change order I get error about key not matching, which is to be expected. -- daniel On 1 sep 2013, at 19:25, Steve Holdoway wrote: > Make sure the server cert it first in the fi

"Idiomatic" Gallery3 configuration

2013-09-01 Thread Stefan Foerster
Hello world, I've looked around the net for quite some time to find a suitable configuration for nginx that allows me to run Gallery3 with php-fpm. Unfortunately, the search results weren't that helpful. So I carefully read through the official documentation for "location" and "try_files", and I t

Re: SSL certificate chain

2013-09-01 Thread Steve Holdoway
Make sure the server cert it first in the file, followed by the ca certs. Steve On 1/09/2013, at 11:11 PM, Daniel Lundqvist wrote: > Hi, > > I am trying to configure nginx 1.4.1 (using OpenSSL 1.0.1e) with a PEM > encoded certificate file that contains the whole chain, 3 including Root CA. >

SSL certificate chain

2013-09-01 Thread Daniel Lundqvist
Hi, I am trying to configure nginx 1.4.1 (using OpenSSL 1.0.1e) with a PEM encoded certificate file that contains the whole chain, 3 including Root CA. But I can not get it to work. I have followed documentation at http://nginx.org/en/docs/http/configuring_https_servers.html#chains and http://