From b5d6b79e878b671aa3789e8a51647177ffb9ce79 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Wed, 26 Feb 2025 23:02:57 +0900 Subject: [PATCH] Added mkpasswd as htpasswd generator. --- xml/en/docs/http/ngx_http_auth_basic_module.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xml/en/docs/http/ngx_http_auth_basic_module.xml b/xml/en/docs/http/ngx_http_auth_basic_module.xml index 9384aab63..57ec51cd8 100644 --- a/xml/en/docs/http/ngx_http_auth_basic_module.xml +++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml @@ -10,7 +10,7 @@ + rev="11">
@@ -96,7 +96,9 @@ The following password types are supported: encrypted with the crypt function; can be generated using the “htpasswd” utility from the Apache HTTP Server -distribution or the “openssl passwd” command; +distribution or the “mkpasswd” utility derived from the +“whois” command, or the “openssl passwd” +command;