[PATCH v2] uwsgi over ssl

2013-11-19 Thread Roberto De Ioris
Hi, this is a new patch for uwsgi over ssl support aimed at nginx 1.5.x It now exposes 4 options: uwsgi_ssl uwsgi_ssl_session_reuse uwsgi_ssl_protocols uwsgi_ssl_ciphers Regards -- Roberto De Ioris http://unbit.it nginx_uwsgi_ssl_v2.patch Description: Binary data __

Re: IPv6 & IPv4 backend with proxy_bind

2013-11-19 Thread SplitIce
An IPv6 based fallback is not the only solution we want to support, ultimately we would like to be able to load-balance between them as well. An error_page based solution would not assist. I also get the feeling that such a hack would have large implications, while either an additional parameter o

[nginx] Proper backtracking after space in a request line.

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/988c22615014 branches: stable-1.4 changeset: 5446:988c22615014 user: Ruslan Ermilov date: Tue Nov 19 06:57:58 2013 +0400 description: Proper backtracking after space in a request line. diffstat: src/http/ngx_http_parse.c | 2 ++ 1 files chang

[nginx] release-1.5.7 tag

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/48d6aaf6bf30 branches: changeset: 5444:48d6aaf6bf30 user: Maxim Dounin date: Tue Nov 19 14:03:47 2013 +0400 description: release-1.5.7 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --gi

[nginx] Proper backtracking after space in a request line.

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/63f960bbc52f branches: changeset: 5442:63f960bbc52f user: Ruslan Ermilov date: Tue Nov 19 06:57:58 2013 +0400 description: Proper backtracking after space in a request line. diffstat: src/http/ngx_http_parse.c | 2 ++ 1 files changed, 2 inse

[nginx] Version bump.

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/108791bded2e branches: stable-1.4 changeset: 5445:108791bded2e user: Maxim Dounin date: Tue Nov 19 15:23:03 2013 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14

[nginx] release-1.4.4 tag

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/68e250ceb06e branches: stable-1.4 changeset: 5448:68e250ceb06e user: Maxim Dounin date: Tue Nov 19 15:25:24 2013 +0400 description: release-1.4.4 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines):

[nginx] nginx-1.4.4-RELEASE

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7e9543faf5f0 branches: stable-1.4 changeset: 5447:7e9543faf5f0 user: Maxim Dounin date: Tue Nov 19 15:25:24 2013 +0400 description: nginx-1.4.4-RELEASE diffstat: docs/xml/nginx/changes.xml | 20 1 files changed, 20 insert

[nginx] nginx-1.5.7-RELEASE

2013-11-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9ba2542d75bf branches: changeset: 5443:9ba2542d75bf user: Maxim Dounin date: Tue Nov 19 14:03:47 2013 +0400 description: nginx-1.5.7-RELEASE diffstat: docs/xml/nginx/changes.xml | 136 + 1 files ch

Patch: Prevent crit error being loggged on delete of non-existent file

2013-11-19 Thread Steven Hartland
Hi guys the attached patch prevents http file cache from logging a critical error when a file delete fails due to it not existing, which I'm sure was never the intention. N.B. Sorry if this appears as a duplicate, sent initially from the wrong email address. Regards Steve =

Re: Patch: Prevent crit error being loggged on delete of non-existent file

2013-11-19 Thread Maxim Dounin
Hello! On Tue, Nov 19, 2013 at 04:43:54PM -, Steven Hartland wrote: > Hi guys the attached patch prevents http file cache from > logging a critical error when a file delete fails due to > it not existing, which I'm sure was never the intention. Why you think it's not an intention? If a file

Re: Patch: Prevent crit error being loggged on delete of non-existent file

2013-11-19 Thread Steven Hartland
- Original Message - From: "Maxim Dounin" To: Sent: Tuesday, November 19, 2013 4:52 PM Subject: Re: Patch: Prevent crit error being loggged on delete of non-existent file Hello! On Tue, Nov 19, 2013 at 04:43:54PM -, Steven Hartland wrote: Hi guys the attached patch prevents h

Re: Patch: Prevent crit error being loggged on delete of non-existent file

2013-11-19 Thread Tom van der Woerdt
Steven Hartland schreef op 19/11/13 18:36: - Original Message - From: "Maxim Dounin" To: Sent: Tuesday, November 19, 2013 4:52 PM Subject: Re: Patch: Prevent crit error being loggged on delete of non-existent file Hello! On Tue, Nov 19, 2013 at 04:43:54PM -, Steven Hartland wr

Re: Patch: Prevent crit error being loggged on delete of non-existent file

2013-11-19 Thread Maxim Dounin
Hello! On Tue, Nov 19, 2013 at 05:36:51PM -, Steven Hartland wrote: > >On Tue, Nov 19, 2013 at 04:43:54PM -, Steven Hartland wrote: > > > >>Hi guys the attached patch prevents http file cache from > >>logging a critical error when a file delete fails due to > >>it not existing, which I'm