Why does nginx -V output to stderr?

2021-07-22 Thread ADD SP
Hello! I found that the command `nginx -V` is output to `stderr` instead of `stdout`, what is the reason for doing this? I'm just asking this question out of curiosity. Best Regards ADD-SP 发送自 Windows 10 版邮件应用 __

Re: SRPM for 1.20.1 for RHEL 7

2021-07-22 Thread Konstantin Pavlov
Hi Tushar, 22.07.2021 08:44, Tushar Bankar wrote: > Hi > >   > > I am looking for a SRPM of nginx ver: 1.20.1 for rhel7. > > Can anybody please share the link of the same, I was looking at > following link, however not found: > https://nginx.org/packages/rhel/7/SRPMS/ Thanks for your mail. Pl

Re: Embedded variables from ngx_http_core_module and websocket connections

2021-07-22 Thread Dorin RuV
Wow! That's it! Thank you, Francis! I need to catch up with some reading on http//2.0. I didn't know that "Connection Upgrade" is http/1.1 specific. So, in order to set up the websocket anyway and keep http/2.0 (don't know how much sense that makes) there would be 2 options as I see it: 1. Stati