"nginx -v" outputs is in stderr.

2016-02-17 Thread ZEUS-mgtGM KUJIRAI, Takahiro
Hello, Dounin! >Yes, this is by design. >See https://trac.nginx.org/nginx/ticket/592 for more details. I understood. And, I like stdout, I'll change source codes and use nginx. Thanks. Takahiro Kujirai @Zeus-Enterprise.Co.Ltd ___ nginx-devel mailing

Re: "nginx -v" outputs is in stderr.

2016-02-17 Thread Maxim Dounin
Hello! On Wed, Feb 17, 2016 at 05:07:12PM +0900, Takahiro Kujirai wrote: > This is Takahiro Kujirai. > > When I typed "nginx -v > /tmp/nginx.txt" on nginx 1.9.11, I found output > is in stderr. [...] > I think "stdout" is good, not "stderr", is this the design? Yes, this is by design. See ht

Re: Slice module

2016-02-17 Thread Martijn Berkvens
Hi, First off, thank you for the work on the slice module. We’re currently using a lua implementation to achieve something similar but this has its shortcomings and we would prefer to use this module. We’ve been testing this module and when using range requests it works as expected, but when

"nginx -v" outputs is in stderr.

2016-02-17 Thread Takahiro Kujirai
Hi all, This is Takahiro Kujirai. When I typed "nginx -v > /tmp/nginx.txt" on nginx 1.9.11, I found output is in stderr. --- [root@localhost ~]# nginx -v > /tmp/nginx.txt nginx version: nginx/1.9.11 [root@localhost ~]# [root@localhost ~]# nginx -v 2> /tmp/nginx.txt [root@localhost ~]# cat /