[PATCH] Mention GNU/Linux's crypt() function

2018-07-02 Thread Shawn Landden
which supports the only secure hash functions available with this module --- xml/en/docs/http/ngx_http_auth_basic_module.xml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml/en/docs/http/ngx_http_auth_basic_module.xml b/xml/en/docs/http/ngx_http_auth_basic_module.xml in

HTTP Error 404 -Not Found

2018-07-02 Thread 桐山 健太郎
Hello, I’m planning to install the nginx and I have created the yum repository by reading the guide on the following link. However, I have failed to install or either list the available version of nginx. Here is the yum repository I have created on the virtual machine.

Re: HTTP Error 404 -Not Found

2018-07-02 Thread Ben Brown
Hi Kentaro, Try changing the 7.4 to just 7. Yum should replace $basearch with the right thing but if that still doesn't work change it to x86_64 - assuming that is the architecture you're using. Ben On 2 July 2018 at 11:25, 桐山 健太郎 wrote: > Hello, > > > > I’m planning to install the nginx and I

[nginx] Added FreeBSD support for "listen ... reuseport".

2018-07-02 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/5c2ac36fcf56 branches: changeset: 7304:5c2ac36fcf56 user: Ruslan Ermilov date: Mon Jul 02 13:54:33 2018 +0300 description: Added FreeBSD support for "listen ... reuseport". diffstat: src/core/ngx_connection.c | 54 +++

[njs] Fixed autocompletion for global objects.

2018-07-02 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/f2a2c9674082 branches: changeset: 546:f2a2c9674082 user: Dmitry Volyntsev date: Mon Jul 02 16:10:52 2018 +0300 description: Fixed autocompletion for global objects. This fixes #23 issue on GitHub. diffstat: njs/njs_shell.c | 186 +

[njs] String.padStart() and String.padEnd() methods.

2018-07-02 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/31e0580b3c02 branches: changeset: 547:31e0580b3c02 user: Valentin Bartenev date: Fri Jun 29 22:36:41 2018 +0300 description: String.padStart() and String.padEnd() methods. diffstat: njs/njs_string.c | 125 ++

[njs] Adding support for multiple arguments in console.log().

2018-07-02 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/649e5804b971 branches: changeset: 548:649e5804b971 user: xei...@nginx.com date: Tue Jun 26 18:27:33 2018 +0700 description: Adding support for multiple arguments in console.log(). diffstat: njs/njs_shell.c | 24 +++-

[njs] Improved file mode in CLI.

2018-07-02 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/135f33d06df5 branches: changeset: 550:135f33d06df5 user: Dmitry Volyntsev date: Mon Jul 02 18:03:43 2018 +0300 description: Improved file mode in CLI. Reporting of the return value of the last expression is disabled. diffstat: njs/njs_shell.c

[njs] Returning external methods as native Function objects.

2018-07-02 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/4afaf9e2804c branches: changeset: 549:4afaf9e2804c user: xei...@nginx.com date: Tue Jun 26 18:30:10 2018 +0700 description: Returning external methods as native Function objects. This fixes #20 issue on GitHub. diffstat: njs/njs_extern.c

[nginx] Upstream: fixed unexpected tcp_nopush usage on peer connections.

2018-07-02 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/8eab05b83dde branches: changeset: 7306:8eab05b83dde user: Maxim Dounin date: Mon Jul 02 19:02:31 2018 +0300 description: Upstream: fixed unexpected tcp_nopush usage on peer connections. Now tcp_nopush on peer connections is disabled if it is di

[nginx] Upstream: fixed tcp_nopush with gRPC.

2018-07-02 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/ece9b5454b8a branches: changeset: 7307:ece9b5454b8a user: Maxim Dounin date: Mon Jul 02 19:03:04 2018 +0300 description: Upstream: fixed tcp_nopush with gRPC. With gRPC it is possible that a request sending is blocked due to flow control. More

[nginx] gRPC: clearing buffers in ngx_http_grpc_get_buf().

2018-07-02 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/6cfd45d4c754 branches: changeset: 7305:6cfd45d4c754 user: Maxim Dounin date: Mon Jul 02 19:02:08 2018 +0300 description: gRPC: clearing buffers in ngx_http_grpc_get_buf(). We copy input buffers to our buffers, so various flags might be unexpect

RE: HTTP Error 404 -Not Found

2018-07-02 Thread 桐山 健太郎
Hi Ben, Thanks for the advice. The issue with HTTP Error have recovered and was able to yum install the nginx. Appreciate for your help. Kentaro -Original Message- From: nginx-devel [mailto:nginx-devel-boun...@nginx.org] On Behalf Of Ben Brown Sent: Monday, July 2, 2018 7:29 PM To: ngin