[DOC] OpenSSL Cookbook v1.1 released (by Ivan Rictic)

2013-10-08 Thread mex
Hi List, for thos of your who have to deal with SSL there is a goodie, released by Ivan Ristic; see http://blog.ivanristic.com/2013/10/openssl-cookbook-v1.1-released.html from the Blog: OpenSSL Cookbook is a free ebook based around one chapter of my in-progress book Bulletproof SSL/TLS and PK

Re: nginx-1.4.3

2013-10-08 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.4.3 for Windows http://goo.gl/vjluLA (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

intermittent connectivity issues ngx_mail_pop3_module

2013-10-08 Thread Markus Gerstel
Hi everyone, I've recently installed nginx as a POP3/IMAP proxy, fronting for a single server. Everything works most of the time. But every once in a while, nginx fails to forward incoming connections with "-ERR internal server error". I've narrowed it down to the stage *after* the authorizati

Capture 2xx response from proxy and rewrite

2013-10-08 Thread jlintz
Hi, Is it possible to catch a 2xx response from a upstream proxy and rewrite the response? We're able to do this with 4xx and 5xx responses using proxy_intercept_errors and error_page, but I haven't found an equivalent way of doing this for 2xx responses. Posted at Nginx Forum: http://forum.ngi

Re: How to disable output buffering with PHP and nginx

2013-10-08 Thread Maxim Dounin
Hello! On Mon, Oct 07, 2013 at 10:57:14PM -0400, B.R. wrote: [...] > I then noticed on the capture that PHP was rightfully sending the content > in 2 parts as expected but somehow nginx was still waiting for the last > parto to arrive before sending content to the client. What makes you think t

Re: nginx-1.4.3

2013-10-08 Thread B.R.
Wow, that's maintenance ^^ Thanks to the dev team. I am getting lost on the trac Web interface: where could I get details o nthe defect affecting autoindex? I'll wait for the Debian package to be available in the repo, then... :o) ​​--- *B. R.* ___ ngi

nginx-1.4.3

2013-10-08 Thread Maxim Dounin
Changes with nginx 1.4.3 08 Oct 2013 *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_spdy_module was used with the "client_body_in_file_only" directive. *) Bugfix: a segmentation fault might occur on sta

Re: 404 on Prestashop 1.5 under nginx

2013-10-08 Thread tonimarmol
The problem is on prestashop configuration. Not nginx. You must define (add if not exists) the custom name of the url on the "SEO & URL" tab. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239630,243522#msg-243522 ___ nginx mailing list ngin

Re: 404 on Prestashop 1.5 under nginx

2013-10-08 Thread tonimarmol
The problem is on prestashop configuration. Not nginx. You must define (add if not exists) the custom name of the url on the "SEO & URL" tab. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239630,243523#msg-243523 ___ nginx mailing list ngin

Re: How to ensure good performance for the first X number of visitors

2013-10-08 Thread B.R.
Hello, I would take a look at this module: http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html Official modules are available through the pre-compiled official binaries, you won't need to do that by hand. --- *B. R.* ___ nginx mailing list ngi

Re: Graceful backend shutdown

2013-10-08 Thread Maxim Dounin
Hello! On Tue, Oct 08, 2013 at 10:33:38AM +0200, Aivaras La wrote: > Maxim Dounin wrote in post #1123727: > > Hello! > > > > On Mon, Oct 07, 2013 at 10:08:48AM +0200, Aivaras La wrote: > > > >> Hi all! > >> > >> I'm using Nginx as a reverse proxy and loadbalancer with 2 backends. > >> Sometimes

Re: 404 on Prestashop 1.5 under nginx

2013-10-08 Thread lmwood
What was the solution to this problem? I am also searching for the answer to this. Thanks in advance. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239630,243508#msg-243508 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

Re: How to ensure good performance for the first X number of visitors

2013-10-08 Thread Steve Holdoway
On 08/10/13 21:35, Andrew Galdes wrote: Hi all, I'm looking for some guidance with Nginx. We have inherited a web-server that experiences heavy load. The server is running: Ubuntu Server 12.4, 24 Cores, 50~GB RAM. The CPU usage during peak time is 100%. Memory is about 50%. The client has a

How to ensure good performance for the first X number of visitors

2013-10-08 Thread Andrew Galdes
Hi all, I'm looking for some guidance with Nginx. We have inherited a web-server that experiences heavy load. The server is running: Ubuntu Server 12.4, 24 Cores, 50~GB RAM. The CPU usage during peak time is 100%. Memory is about 50%. The client has asked that we configure Nginx to give the best

Re: Graceful backend shutdown

2013-10-08 Thread Aivaras La
Maxim Dounin wrote in post #1123727: > Hello! > > On Mon, Oct 07, 2013 at 10:08:48AM +0200, Aivaras La wrote: > >> Hi all! >> >> I'm using Nginx as a reverse proxy and loadbalancer with 2 backends. >> Sometimes I need to turn off one of the apps server. And I need to do it >> gracefully, that when