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
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
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
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
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
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
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
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
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.
>
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://
10 matches
Mail list logo