Timeline



07/08/14:

23:15 Ticket #101 (Support ETag/If-None-Match when proxy_http_version is 1.1) updated by Colin Mollenhour
So RFC2616 is only partially supported.. What good is If-None-Match if …
23:15 Changeset in nginx [5752:ebcd01d080c9] by Maxim Dounin <mdounin@…>
Version bump.
17:15 Ticket #101 (Support ETag/If-None-Match when proxy_http_version is 1.1) updated by Maxim Dounin
No, it doesn't support multiple representations of the same resource, …
14:15 Ticket #101 (Support ETag/If-None-Match when proxy_http_version is 1.1) updated by Colin Mollenhour
Replying to Maxim Dounin: > If-None-Match based cache …
13:45 Milestone 1.7.3 completed
Status: released [[http://nginx.org/en/CHANGES | 1.7.3 …
13:35 Changeset in nginx_org [1245:6958c35e16aa] by Maxim Dounin <mdounin@…>
nginx-1.7.3
13:22 Changeset in nginx [5751:24833eba29c2] by Maxim Dounin <mdounin@…>
release-1.7.3 tag
13:22 Changeset in nginx [5750:fe7cd01828d5]release-1.7.3 by Maxim Dounin <mdounin@…>
nginx-1.7.3-RELEASE
12:34 Changeset in nginx-tests [430:a82b02635614] by Maxim Dounin <mdounin@…>
Tests: skip ssl tests with ancient IO::Socket::SSL. The …
10:03 Changeset in nginx [5761:1d693deab8ae] by Piotr Sikora <piotr@…>
Style: fix typo. Signed-off-by: Piotr Sikora <piotr@…>
10:03 Changeset in nginx [5760:4b668378ad8b] by Piotr Sikora <piotr@…>
Style: use ngx_memcpy() instead of memcpy(). Signed-off-by: Piotr …
10:03 Changeset in nginx [5759:a1caf3989b49] by Piotr Sikora <piotr@…>
Style: keep return type and function name on different lines. …
10:03 Changeset in nginx [5758:f3df4e420ae7] by Piotr Sikora <piotr@…>
Style: remove whitespace between function name and parentheses. …
10:03 Changeset in nginx [5757:c5ec6944de98] by Piotr Sikora <piotr@…>
Style: add whitespace between control statement and parentheses. …
09:17 Changeset in nginx [5762:b522d5b137fd] by Piotr Sikora <piotr@…>
SPDY: fix support for headers with multiple values. Split SPDY header …

07/07/14:

17:58 Changeset in nginx-tests [429:89f7a882d692] by Maxim Dounin <mdounin@…>
Tests: spdy.t TODO updated. The problem with cache resulting in …
11:18 Changeset in nginx_org [1244:1ffd6069ecd9] by Maxim Konovalov <maxim@…>
Donors added.
06:58 Ticket #589 (url rewrite encoding issue) created by Raja Sellappan
Currently we are using apache mod_rewrite for url rewrite. We want to …

07/06/14:

23:41 Changeset in nginx [5756:5b7276408565] by Piotr Sikora <piotr@…>
SSL: stop accessing SSL_SESSION's fields directly. SSL_SESSION struct …
23:41 Changeset in nginx [5754:c7ecd097b883] by Piotr Sikora <piotr@…>
SSL: return temporary RSA key only when the key length matches. This …
23:41 Changeset in nginx [5753:febce92c82f6] by Piotr Sikora <piotr@…>
SSL: include correct OpenSSL headers. Previously, <bn.h>, <dh.h>, …

07/05/14:

19:29 Changeset in nginx [5749:a680bf4dddd5] by Maxim Dounin <mdounin@…>
Win32: ngx_open_dir() and ngx_close_dir() fixes. The ngx_open_dir() …

07/04/14:

23:42 Ticket #377 (etag не отдается с gzip) closed by Maxim Dounin
fixed: The e491b26fa5a1 change introduces downgrade of strong etags to weak …
19:32 Ticket #428 (SPDY and Proxy Cache prematurely closes connections) closed by Maxim Dounin
fixed: Fixed by 35990c69b3ac.
18:34 Changeset in nginx [5793:358186e79635]stable-1.6 by Maxim Dounin <mdounin@…>
Updated PCRE used for win32 builds.
18:34 Changeset in nginx [5748:d2c286564fd4] by Maxim Dounin <mdounin@…>
Updated PCRE used for win32 builds.
18:14 Changeset in nginx [5747:57c05ff57980] by Maxim Dounin <mdounin@…>
SSL: logging level of "peer closed connection in SSL handshake". …
16:47 Changeset in nginx [5746:35990c69b3ac] by Maxim Dounin <mdounin@…>
Upstream: p->downstream_error instead of closing connection. …
09:19 Changeset in nginx-tests [428:e95c3340d94a] by Sergey Kandaurov <pluknet@…>
Tests: more SPDY tests for caching HEAD requests. It is explicitly …
08:37 Changeset in nginx-tests [427:daea9cf92c14] by Sergey Kandaurov <pluknet@…>
Tests: added proxy protocol tests over SPDY.
08:37 Changeset in nginx-tests [426:7cb6af00afdd] by Sergey Kandaurov <pluknet@…>
Tests: fixed SPDY tests with large header length. Previously it was …
08:37 Changeset in nginx-tests [425:cc7da696a330] by Sergey Kandaurov <pluknet@…>
Tests: reduced execution time of SPDY tests. Notably, added hints …

07/03/14:

23:53 Ticket #563 (improvement proposed for ngx_http_perl_module: add header_in_set) updated by Maxim Dounin
As said in previous comment, "list members not needed for reading the …
17:44 Ticket #563 (improvement proposed for ngx_http_perl_module: add header_in_set) updated by David Coutadeur
Ok, I have understood that point, but I was just asking if it was the …
17:33 Ticket #563 (improvement proposed for ngx_http_perl_module: add header_in_set) updated by Maxim Dounin
The r->headers_in isn't expected to be modified after it's created, …
17:23 Ticket #563 (improvement proposed for ngx_http_perl_module: add header_in_set) updated by David Coutadeur
Hi, I noticed that the last headers_in part of a request was weird: …
01:57 Changeset in nginx-tests [424:e402c5ed57eb] by Maxim Dounin <mdounin@…>
Tests: caching of empty responses on HEAD requests. There are already …
01:47 Changeset in nginx-tests [423:1ac74b568503] by Maxim Dounin <mdounin@…>
Tests: unbreak ssl_password_file.t with upcoming OpenSSL 1.0.2. The …

07/02/14:

17:24 Changeset in nginx_org [1243:831215432a4f] by Yaroslav Zhuravlev <yar@…>
Upstream: revised the Russian text of the "zone" directive.
17:19 Changeset in nginx_org [1241:2246339a6a93] by Yaroslav Zhuravlev <yar@…>
Upstream: added IDs for "server" and "health_check" params.
11:55 Ticket #558 (Conditional (If-None-Match) requests against cached content require ...) closed by Maxim Dounin
fixed: This was fixed by 5fb1e57c758a.
10:55 Ticket #485 (Multiple WWW-Authenticate headers) updated by Maxim Dounin
Please see …
10:29 Ticket #485 (Multiple WWW-Authenticate headers) updated by David Carlier
This is my very first contribution, please do not be too severe. so I …
10:26 patch.485.diff attached to Ticket #485 by David Carlier

07/01/14:

18:00 Ticket #508 (nginx rewrite URL decoding first encoded character in URI) updated by Jerry Hoffmeister
I solved this with some code like: location /trk/click.gif { …
16:52 Changeset in nginx [5745:9d3a9c45fc43] by Valentin Bartenev <vbart@…>
Upstream: fixed handling of write event after sending request. The …
16:36 Changeset in nginx-tests [422:ddc4b1011333] by Sergey Kandaurov <pluknet@…>
Tests: test for proxied subrequest with request body in file.
14:22 Ticket #97 (try_files and alias problems) updated by Christopher Monsanto
Could someone please fix this bug? I run into it fairly often. At this …
11:44 Ticket #101 (Support ETag/If-None-Match when proxy_http_version is 1.1) closed by Maxim Dounin
fixed: If-None-Match based cache revalidation (in addition to …
11:17 Ticket #577 (30000 worker_connections are not enough) closed by Maxim Dounin
invalid: I suspect it's actually related to the push_stream 3rd party module …
11:14 Ticket #549 (unexpected multiple 206 errors on transferring file) closed by Maxim Dounin
worksforme: Feedback timeout.
11:10 Ticket #215 (SSL: decryption failed or bad record mac with upstream servers) closed by Maxim Dounin
invalid: The OpenSSL 1.0.1h with the fix is out, closing this.
07:45 Ticket #581 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) closed by Owen Garrett
fixed: Hi - thanks for reporting the typo. The text has been corrected.

06/30/14:

18:53 Ticket #586 (variable support for client_max_body_size) updated by Yichun Zhang
Ideally, this could be an internal feature on the level of the NGINX C …
18:50 Ticket #586 (variable support for client_max_body_size) updated by Yichun Zhang
ngx_lua does not call the standard nginx request body reader before …
15:02 Ticket #588 (POST Request with response 302 and content-length 0 crashes nginx) closed by Valentin V. Bartenev
invalid: > this problem only occurs if I enable modsecurity Since you can't …
15:00 Ticket #588 (POST Request with response 302 and content-length 0 crashes nginx) updated by maxim
Hello, Have you tried to repoduce the crash without modsecurity …
14:57 nginx.conf attached to Ticket #588 by Søren Christian Aarup
14:54 redirect.cgi attached to Ticket #588 by Søren Christian Aarup
Perl script to produce response with netcat
14:54 Ticket #588 (POST Request with response 302 and content-length 0 crashes nginx) created by Søren Christian Aarup
In the process of setting up Nginx as reverse proxy in front of my …
12:53 Ticket #587 (src/core/ngx_crypt.c:82:5: error: 'MD5_Init' is deprecated: first ...) closed by Valentin V. Bartenev
duplicate: A duplicate of #584.
12:50 Ticket #587 (src/core/ngx_crypt.c:82:5: error: 'MD5_Init' is deprecated: first ...) created by Gene Aumson
[…] Error can be avoided by using the CC option …
12:30 Ticket #586 (variable support for client_max_body_size) updated by Tarek Ziade
> the length is checked before lua code is executed. In that case it …
12:19 Ticket #586 (variable support for client_max_body_size) updated by Valentin V. Bartenev
Any use cases without 3rd-party modules? Your example will not work …
12:01 Ticket #586 (variable support for client_max_body_size) updated by Tarek Ziade
Sure: Using HTTPLuaModule, I am calling an external server (a web …
11:52 Ticket #586 (variable support for client_max_body_size) updated by Valentin V. Bartenev
Could you provide use cases as well?
09:33 Changeset in nginx-tests [421:e8db4355fe0b] by Sergey Kandaurov <pluknet@…>
Tests: fixed building the server_names_hash. Make it fit the most …
07:04 Ticket #586 (variable support for client_max_body_size) created by Tarek Ziade
I would like to suggest adding nginx variable support to the …

06/27/14:

15:03 Changeset in nginx-tests [420:a37ec4447597] by Sergey Kandaurov <pluknet@…>
Tests: ssl_password_file tests.
14:25 Changeset in nginx_org [1239:35cf5dca5fa4] by Yaroslav Zhuravlev <yar@…>
SSL: added the ssl_password_file directive.
13:31 Ticket #585 (SSI include subrequests fails in big POST reply) updated by Maxim Dounin
Keywords, Status changed
Thanks, this is known problem which happens due to an optimization in …
09:47 Ticket #585 (SSI include subrequests fails in big POST reply) updated by Hervé Bry
The test file names disappeared in the bug description, but the first …
09:44 Ticket #585 (SSI include subrequests fails in big POST reply) created by Hervé Bry
In the following situation: - nginx is used as a proxy - SSI …
06:39 Changeset in nginx [5772:d421be0d842a] by Piotr Sikora <piotr@…>
Core: use uppercase hexadecimal digits for percent-encoding. RFC3986 …

06/26/14:

01:08 Changeset in nginx [5743:dde2ae4701e1] by Maxim Dounin <mdounin@…>
Configure: restored "nginx/" missed in 6e4bb1d6679d.
00:36 Changeset in nginx-tests [419:f5f2a66853a9] by Maxim Dounin <mdounin@…>
Tests: adjust entity tag TODOs.

06/25/14:

23:34 Changeset in nginx [5742:c45c9812cf11] by Maxim Dounin <mdounin@…>
Core: removed meaningless check from ngx_palloc_block(). The check …
23:34 Changeset in nginx [5741:b490bfbf8cfa] by Maxim Dounin <mdounin@…>
Fixed wrong sizeof() in ngx_http_init_locations(). There is no real …
23:34 Changeset in nginx [5740:4440438eb086] by Maxim Dounin <mdounin@…>
Core: plugged socket leak during configuration test. This isn't …
23:34 Changeset in nginx [5739:6e4bb1d6679d] by Maxim Dounin <mdounin@…>
Configure: style.
22:35 Changeset in nginx [5738:c95d7882dfc9] by Maxim Dounin <mdounin@…>
Upstream: cache revalidation using If-None-Match.
22:28 Changeset in nginx [5737:44b9ab7752e3] by Maxim Dounin <mdounin@…>
Cache: ETag now saved into cache header.
22:27 Changeset in nginx [5736:2fe1967f8854] by Maxim Dounin <mdounin@…>
Cache: version in cache files. This allows to change the structure of …
22:27 Changeset in nginx [5735:5fb1e57c758a] by Maxim Dounin <mdounin@…>
Entity tags: explicit flag to skip not modified filter. Previously, …
22:21 Changeset in nginx [5734:af229f8cf987] by Maxim Dounin <mdounin@…>
Entity tags: weak comparison for If-None-Match.
22:21 Changeset in nginx [5733:e491b26fa5a1] by Maxim Dounin <mdounin@…>
Entity tags: downgrade strong etags to weak ones as needed. See …
22:20 Changeset in nginx [5732:d0ce06cb9be1] by Maxim Dounin <mdounin@…>
Upstream: fixed cache revalidation with SSI. Previous code in …
22:20 Changeset in nginx [5731:02674312be45] by Maxim Dounin <mdounin@…>
Upstream: removed unused offset to content_length. It's not needed …
22:19 Changeset in nginx [5730:c8bdde1c8c97] by Maxim Dounin <mdounin@…>
Upstream: no need to clear r->headers_out.last_modified_time. …
22:19 Changeset in nginx [5729:bb3d74fc4aea] by Maxim Dounin <mdounin@…>
Not modified filter: debug log format fixed.
13:02 Ticket #581 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) updated by Siu Ching Pong (Asuka Kenji)
This issue is different from #580.

06/24/14:

22:56 Ticket #584 (nginx 1.6.0 failed to build (src/core/ngx_crypt.c: error: 'MD5_Update' ...) closed by Maxim Dounin
invalid: This is a bug in Apple's availability macros. Workaround was already …
22:20 Ticket #583 (/bin/sh: 28: cannot create .../.openssl/ssl/man/man3/hmac.3: Too many ...) closed by Maxim Dounin
worksforme: Works fine here. The error message suggests there is a symlink loop …
22:00 make.2.log attached to Ticket #584 by Siu Ching Pong (Asuka Kenji)
The output from running "make" after removing "-Werror" from "Makefile"
21:59 Ticket #584 (nginx 1.6.0 failed to build (src/core/ngx_crypt.c: error: 'MD5_Update' ...) updated by Siu Ching Pong (Asuka Kenji)
Workaround: After ./configure, edit objs/Makefile. The …
21:33 Ticket #584 (nginx 1.6.0 failed to build (src/core/ngx_crypt.c: error: 'MD5_Update' ...) updated by Siu Ching Pong (Asuka Kenji)
There is no such a problem when compiling nginx 1.7.2.
21:32 make.log attached to Ticket #584 by Siu Ching Pong (Asuka Kenji)
The output from running "make"
21:31 Ticket #584 (nginx 1.6.0 failed to build (src/core/ngx_crypt.c: error: 'MD5_Update' ...) created by Siu Ching Pong (Asuka Kenji)
nginx: 1.6.0 (http://nginx.org/download/nginx-1.6.0.tar.gz) OS: Mac …
17:57 Ticket #583 (/bin/sh: 28: cannot create .../.openssl/ssl/man/man3/hmac.3: Too many ...) created by Gene Aumson
I'm building nginx-1.7.1, with the configure argument …
16:59 Ticket #97 (try_files and alias problems) updated by Algirdas Grum
This bug is really annoying, simple task to have few sites in …
16:17 Ticket #582 (WebSocket disconnection not detected by Chrome) updated by Iñaki Baz Castillo
You are right, it is the SSL alert. Thanks a lot.
16:14 Ticket #582 (WebSocket disconnection not detected by Chrome) updated by Maxim Dounin
As long as a backend will send Close frame, nginx will forward it …
15:26 Ticket #582 (WebSocket disconnection not detected by Chrome) updated by Iñaki Baz Castillo
Sure. May you please just confirm me that, in the above case (this is: …
15:18 Ticket #582 (WebSocket disconnection not detected by Chrome) closed by Maxim Dounin
invalid: From the description it's clear that there is no problem in nginx.
14:33 Ticket #582 (WebSocket disconnection not detected by Chrome) created by Iñaki Baz Castillo
This issue is also reported in Chromium site (given that, at the end, …
12:46 Changeset in nginx_org [1242:935fe5eb82c4] by Yaroslav Zhuravlev <yar@…>
Upstream: translated the "health_check" and "match" directives.
12:46 Changeset in nginx_org [1240:019f8273ee24] by Yaroslav Zhuravlev <yar@…>
Upstream: translated the missing parts of the "server" directive. …
12:44 Changeset in nginx_org [1238:763db729e6a4] by Yaroslav Zhuravlev <yar@…>
Upstream: corrected translation in sticky route.
12:44 Changeset in nginx_org [1237:e0a1a929a458] by Yaroslav Zhuravlev <yar@…>
Upstream: translated the sticky_cookie_insert directive.
07:59 This_is_correct.png attached to Ticket #581 by Siu Ching Pong (Asuka Kenji)
In this paragraph, the description and code are correct (301 for …
07:56 Screen Shot 2014-06-24 at 3.54.33 pm.png attached to Ticket #581 by Siu Ching Pong (Asuka Kenji)
07:55 Ticket #581 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) created by Siu Ching Pong (Asuka Kenji)
URL: ​http://nginx.com/resources/admin-guide/web-server/ Typo: In the …
07:07 Ticket #580 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) closed by Ruslan Ermilov
fixed
06:56 Ticket #580 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) updated by Owen Garrett
Hi - thanks for reporting the typo. The text has been corrected.
05:37 Screen Shot 2014-06-24 at 1.32.58 pm.png attached to Ticket #580 by Siu Ching Pong (Asuka Kenji)
Screenshot of the typo
05:35 Ticket #580 (Typo in "NGINX and NGINX Plus Admin Guide" - Web Server) created by Siu Ching Pong (Asuka Kenji)
URL: http://nginx.com/resources/admin-guide/web-server/ Typo: It …

06/23/14:

00:35 Changeset in nginx-tests [418:861e6cad6299] by Maxim Dounin <mdounin@…>
Tests: tests for not modified filter with proxy.

06/22/14:

20:31 Changeset in nginx-tests [417:1bdd58f388f6] by Maxim Dounin <mdounin@…>
Tests: weak etag tests.
18:13 Changeset in nginx-tests [416:5c25acbc870a] by Maxim Dounin <mdounin@…>
Tests: etags support is present in all supported branches.

06/20/14:

17:01 Changeset in nginx-tests [415:020c4e47ecac] by Maxim Dounin <mdounin@…>
Tests: revert 068d020a8f85 and localize $? instead. The problem …
14:30 Changeset in nginx-tests [414:068d020a8f85] by Sergey Kandaurov <pluknet@…>
Tests: unbreak on older versions without upstream hash module.
14:07 Changeset in nginx-tests [413:f620d9529ed6] by Maxim Dounin <mdounin@…>
Tests: cache revalidate tests with ETag.
14:06 Changeset in nginx-tests [412:995f3476202e] by Maxim Dounin <mdounin@…>
Tests: unbreak upsream hash tests with repcached.
12:31 Changeset in nginx_org [1236:def99e640654] by Sergey Kandaurov <pluknet@…>
Fixed grammar.
12:09 Ticket #579 (try_files and $fastcgi_path_info) updated by Maxim Dounin
Version, Description changed
Versions list updated, thanks for noting this.
12:03 Ticket #579 (try_files and $fastcgi_path_info) closed by Maxim Dounin
duplicate: Duplicate of ticket #321.
08:55 Changeset in nginx [5728:63d7d69d0fe4] by Ruslan Ermilov <ru@…>
Upstream: reduced diffs to the plus version of nginx. No functional …
04:34 Ticket #579 (try_files and $fastcgi_path_info) updated by https://stackoverflow.com/users/573152/bernard-rosset
Mistake: In the last note, if you use […] with request URI …
04:26 Ticket #579 (try_files and $fastcgi_path_info) created by https://stackoverflow.com/users/573152/bernard-rosset
Using the following configuration: […] with the following URI: …

06/19/14:

11:16 Changeset in nginx [5800:0570e42ffeed] by Piotr Sikora <piotr@…>
Perl: NULL-terminate argument list. perl_parse() function expects …
09:55 Changeset in nginx [5727:675bda8dcfdb] by Sergey Kandaurov <pluknet@…>
FreeBSD has migrated to Bugzilla.

06/18/14:

15:19 Changeset in nginx_org [1234:314801ed88e7] by Yaroslav Zhuravlev <yar@…>
Upstream: translated the "sticky" directive.
14:40 Ticket #578 (X header with underscore is not correctly parsed when put above Host:) closed by Valentin V. Bartenev
invalid: That is expected behavior. Until the Host header is received nginx …
13:42 Ticket #578 (X header with underscore is not correctly parsed when put above Host:) created by Ahmy Yulrizka
I test this with nginx version 1.4.4 and 1.6.0 When setting up nginx …
11:18 Changeset in nginx_org [1235:2bd8ebc50e0f] by Konstantin Pavlov <thresh@…>
Added ARM architectures to the list of tested OS and platforms.
08:39 Changeset in nginx [5766:abdb027be9d5] by Jianjun Zheng <codeeply@…>
Core: bugfix for the ngx_slab_max_size case.

06/17/14:

13:50 Milestone 1.7.2 completed
Status: released [[http://nginx.org/en/CHANGES | 1.7.2 …
08:49 Ticket #576 (Undefined nginx symbols in perl .o's) closed by Maxim Dounin
fixed: Patch committed, thanks for testing.
08:45 Ticket #576 (Undefined nginx symbols in perl .o's) updated by Maxim Dounin <mdounin@…>
In baf2816d556d26b79ecc745140b408d59908a182/nginx: […]
07:38 Changeset in nginx [5792:82f7240614de]stable-1.6 by Maxim Dounin <mdounin@…>
Updated OpenSSL used for win32 builds.

06/16/14:

15:43 Changeset in nginx [5744:42114bf12da0] by Valentin Bartenev <vbart@…>
SSL: the "ssl_password_file" directive.
12:18 Ticket #576 (Undefined nginx symbols in perl .o's) updated by Gene Aumson
Hi there. Thanks for your suggestions. Both of them worked great! …
08:06 Ticket #577 (30000 worker_connections are not enough) updated by Edward Hibbert
Thanks, I hadn't realised quite how old my version was.

06/15/14:

19:50 Ticket #577 (30000 worker_connections are not enough) updated by Valentin V. Bartenev
Please update your nginx to the supported version, and try to …
05:44 Ticket #577 (30000 worker_connections are not enough) created by Edward Hibbert
I've got an nginx server which stops working around once a week with …

06/14/14:

21:47 Ticket #576 (Undefined nginx symbols in perl .o's) updated by Maxim Dounin
The Perl you are tried to compile against is …
11:51 Ticket #428 (SPDY and Proxy Cache prematurely closes connections) updated by pavel stano
Patch work also for 1.6. If it is not yet fixed information should be …

06/13/14:

20:32 Ticket #576 (Undefined nginx symbols in perl .o's) created by Gene Aumson
Fs-MacBook-Pro:nginx gene$ ./configure …

06/11/14:

21:21 Ticket #574 (PEM pass phrase on conftest (and restart)) updated by Michael Monreal
Well, this is not useful advice. There is a reason why people store …
21:19 Ticket #574 (PEM pass phrase on conftest (and restart)) closed by Maxim Dounin
wontfix: If you aren't happy with passwords being asked, consider removing them …
20:55 Ticket #575 (Only ask for a PEM pass phrase once during startup) closed by Maxim Dounin
wontfix: While it's something doable by adding a password cache and trying each …
20:17 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Oliver Friedrich
Doing that every time now. Thanks.
20:10 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Maxim Dounin
Yes. And after doing a configuration reload, you should look into logs …
19:33 Ticket #575 (Only ask for a PEM pass phrase once during startup) created by Michael Monreal
I use the same SSL cert for three virtual servers. When starting …
19:29 Ticket #574 (PEM pass phrase on conftest (and restart)) created by Michael Monreal
Running 'service nginx conftest' asks for the PEM pass phrase. This …

06/10/14:

20:43 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Oliver Friedrich
Thanks for clearing this up. So I understand correctly that `service …
18:27 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Maxim Dounin
The nginx -s reload is a wrong choice. The only difference is extra …
17:49 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Oliver Friedrich
Even though I was aware that service is part of the OS, I wasn't …
16:21 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Maxim Dounin
The service command isn't part of nginx but rather your OS (or, …
16:01 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) updated by Oliver Friedrich
Thanks, Maxim, you were of course right. I work with NGINX only rarely …
15:42 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) closed by Maxim Dounin
worksforme: There are multiple reasons why a configuration reload can fail, and …
14:12 Ticket #573 (Reloading config with differently cased proxy_set_header field name ...) created by Oliver Friedrich
Today, I was pulling my hair out because I wanted to change my …
13:23 Ticket #377 (etag не отдается с gzip) updated by openid.yandex.ru/guseynov-alexey
I'd like to see this problem solved too. Sometimes it is hard to …
09:54 Ticket #572 (ccs openssl vuln) closed by Sergey Budnevitch
invalid: Last versions (1.6.0 & 1.7.1) build with openssl 1.0.1h
09:51 Ticket #572 (ccs openssl vuln) created by Jeffrey Smith
Hi All, It appears all the windows binaries are using out of date …
Note: See TracTimeline for information about the timeline view.