Timeline
07/13/12:
- 13:13 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by
- This makes the comparator fail the strict antisymmetry property …
- 11:51 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by
-
Priority, Status, Summary changed
- 11:45 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by
- Ok, thanks, the problem is clear. It's in fact due to bind option (in …
07/12/12:
- 15:26 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by
- Most definitely. I encountered this in an actual setup. Minimal …
- 13:32 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by
- I can't reproduce this. Is this actually exploitable? ngx_sort() does …
07/11/12:
- 23:14 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) created by
- Given the configuration listen 10.2.2.2:80; ... listen …
- 20:59 Ticket #186 (listen directive should use AAAA record) created by
- Given the directive: listen f.q.d.n; where f.q.d.n has an AAAA …
07/10/12:
- 00:00 Milestone 1.3.3 completed
- Status: released Trunk: development * …
07/05/12:
- 16:36 Ticket #185 (предлагаю добавить тип для файлов *.crl) updated by
- We met the following scenario: online e-commerce application (somewhat …
- 16:27 Ticket #185 (предлагаю добавить тип для файлов *.crl) updated by
- We generally try to keep only types really needed for majority of …
- 14:22 Ticket #185 (предлагаю добавить тип для файлов *.crl) created by
- --- conf/mime.types.orig 2012-07-05 20:19:13.038331470 +0600 …
07/03/12:
- 11:48 Milestone 1.2.2 completed
- Status: released [[http://nginx.org/en/CHANGES-1.2 | 1.2.2 …
- 11:37 Ticket #184 (Unspecified behavior when going through multiple named locations) closed by
- fixed
- 11:37 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
- Fix committed, thanks. As for Kirill's patch, it's probably broken by …
- 11:30 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
- In [4737/nginx]: […]
- 08:23 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
- By the way. Previously i used patch from here …
07/02/12:
- 16:56 Ticket #175 (Bug Report about mp4 module) updated by
- In [4728/nginx]: […]
- 15:41 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
- Yes, now it works without break. Спасибо.
- 12:19 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
-
Status changed
I think it's a bug, really. The is no rewrite directives in location … - 08:06 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by
- I don't see anything wrong here. For "/", when rewrite gets to …
07/01/12:
- 17:20 Ticket #184 (Unspecified behavior when going through multiple named locations) created by
- I have complex configuration which demands multiple jumps between …
06/29/12:
- 20:33 Ticket #182 (map with hostnames does not drop terminating dot) closed by
- fixed: In [4713/nginx]: […]
- 13:16 Ticket #183 (Incorrect $document_root for root/alias inside location block which is ...) closed by
- invalid: Unless you uncomment "location ~* \.php$" inside "location /rg/", with …
- 11:26 Ticket #183 (Incorrect $document_root for root/alias inside location block which is ...) created by
- $document_root points to wrong location when one location directive …
06/28/12:
- 21:16 Ticket #182 (map with hostnames does not drop terminating dot) updated by
-
Status changed
Thank you for report. Actually, the code is dead since introduction in … - 19:01 Ticket #182 (map with hostnames does not drop terminating dot) created by
- In ngx_http_map_variable function of ngx_http_map_module.c there are …
06/27/12:
06/26/12:
- 19:38 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) updated by
- Replying to Maxim Dounin: > Are you able to reproduce the …
- 18:50 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by
- moved: …
- 18:33 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) updated by
- Are you able to reproduce the problem without 3rd party modules?
- 18:30 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) created by
- upstream test { server 192.168.0.x; keepalive 64; } . . . …
- 18:07 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by
- > what version of SPDY patch you use? I DL'd and applied, …
- 17:46 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) closed by
- invalid: Guys, really, trac is a wrong place to discuss experimental patches. …
- 17:36 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by
- Hello, what version of SPDY patch you use? The issue you describe …
- 17:30 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) created by
- nginx 1.3.2 + SPDY patch build with SPDY disabled, response headers …
- 14:05 Milestone 1.3.2 completed
- Status: released Trunk: development * …
06/25/12:
- 12:30 Ticket #179 (logrotate improvements) updated by
-
Version, Component changed
- 11:28 Ticket #179 (logrotate improvements) updated by
- logrotate script from nginx-1.2.1-1.el5.ngx has 'create 640 nginx adm' …
- 10:54 Ticket #179 (logrotate improvements) created by
- currently logrotate job (/etc/logrotate.d/nginx) creates archives with …
06/18/12:
- 14:39 Ticket #177 (docs: default ssl_ciphers value should be corrected) closed by
- fixed: In [539/nginx_org]: […]
- 14:13 Ticket #175 (Bug Report about mp4 module) closed by
- fixed: Fix committed, thanks.
- 14:01 Ticket #175 (Bug Report about mp4 module) updated by
- In [4688/nginx]: […]
06/16/12:
- 19:16 Ticket #30 (SPDY support) updated by
- The beta version of SPDY module is currently available here: …
06/15/12:
- 17:51 Ticket #178 (listen with ssl but missing ssl_certificate is not detected by nginx -t) created by
- I just added the line: […] to one of my extra (non-production) …
- 16:09 Ticket #175 (Bug Report about mp4 module) updated by
- Replying to Maxim Dounin: > Ok, thanks. The following …
- 16:07 Ticket #175 (Bug Report about mp4 module) updated by
- Ok, thanks. The following patch seems to resolve both issues: […] …
- 15:43 Ticket #175 (Bug Report about mp4 module) updated by
- Replying to Maxim Dounin: > Could you please provide the …
- 14:06 Ticket #175 (Bug Report about mp4 module) updated by
- Could you please provide the mp4 file in question for testing?
- 12:10 Ticket #175 (Bug Report about mp4 module) updated by
- I think the second problem can be solved by this way […]
- 12:03 Ticket #175 (Bug Report about mp4 module) updated by
- Replying to Maxim Dounin: > Could you please instead …
- 11:04 Ticket #175 (Bug Report about mp4 module) updated by
- Could you please instead provide a description of the problem you are …
- 10:40 Ticket #177 (docs: default ssl_ciphers value should be corrected) updated by
-
Status, Description, Component, Summary, Version, Owner changed
Yes, docs should be updated. Ruslan is looking into this. - 10:00 Ticket #175 (Bug Report about mp4 module) updated by
- Replying to maxim: > Probably. But could you please …
- 09:45 Ticket #177 (docs: default ssl_ciphers value should be corrected) reopened by
- 09:28 Ticket #177 (docs: default ssl_ciphers value should be corrected) updated by
- Maxim, then documentation should be changed to reflect this. It still …
- 07:26 Ticket #177 (docs: default ssl_ciphers value should be corrected) closed by
- invalid: Default is HIGH:!aNULL:!MD5 since 1.0.5.
- 00:50 Ticket #177 (docs: default ssl_ciphers value should be corrected) created by
- Documentation for ssl_ciphers needs updating, it still lists …
06/14/12:
- 21:06 Ticket #176 (Error handling fallback with variables when using try_files in a ...) closed by
- duplicate: Yep, thank you for report. This is another case of try_files and alias …
- 21:04 Ticket #97 (try_files and alias problems) updated by
-
Description changed
Added case from ticket #176. - 20:52 Ticket #170 (nginx sending incorrect header) closed by
- invalid: Feedback timeout. Real issue seems to be backend which incorrectly …
- 18:35 Ticket #176 (Error handling fallback with variables when using try_files in a ...) updated by
- Reported by Layke in #nginx on freenode
- 18:32 Ticket #175 (Bug Report about mp4 module) updated by
- Probably. But could you please provide more information about the bug …
- 18:27 Ticket #176 (Error handling fallback with variables when using try_files in a ...) created by
- When the fallback for a try_files in a static location with an alias …
- 02:45 Ticket #175 (Bug Report about mp4 module) created by
- The ngx_http_mp4_update_stsc_atom function has some bug.
Note:
See TracTimeline
for information about the timeline view.