From 9f3ef9aeb420496915c6e2410fbe23861c73e20c Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Sat, 17 Mar 2018 23:41:18 +0000 Subject: [PATCH] Get ready to tag httpd 2.4.33 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1827118 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_basic.html.en | 8 ++++---- docs/manual/mod/mod_auth_basic.html.ja.utf8 | 2 +- docs/manual/mod/mod_auth_basic.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- docs/manual/mod/quickreference.html.zh-cn.utf8 | 2 +- include/ap_release.h | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index 41ab67fb20..e0bc694819 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -92,7 +92,7 @@ lower level modules - + @@ -221,7 +221,7 @@ Digest Authentication was in force instead of Basic Authentication. be recovered from the password storage scheme imposed on those providers which support Digest Authentication.

-

Setting the AuthBasicUseDigestAlgorithm directive +

Setting the AuthBasicUseDigestAlgorithm directive to MD5 will cause the user's Basic Authentication password to be checked using the same encrypted format as for Digest Authentication. First a string composed from the username, realm name, @@ -233,7 +233,7 @@ Digest Authentication was in force instead of Basic Authentication. was set to Digest and Digest Authentication was in force.

-

Through the use of AuthBasicUseDigestAlgorithm +

Through the use of AuthBasicUseDigestAlgorithm a site may switch from Digest to Basic Authentication without requiring users to be assigned new passwords.

@@ -249,7 +249,7 @@ Digest Authentication was in force instead of Basic Authentication.
Only providers which support Digest Authentication will be able - to authenticate users when AuthBasicUseDigestAlgorithm + to authenticate users when AuthBasicUseDigestAlgorithm is set to MD5. Use of other providers will result in an error response and the client will be denied access.
diff --git a/docs/manual/mod/mod_auth_basic.html.ja.utf8 b/docs/manual/mod/mod_auth_basic.html.ja.utf8 index 8a0ea14f3f..40bd9740be 100644 --- a/docs/manual/mod/mod_auth_basic.html.ja.utf8 +++ b/docs/manual/mod/mod_auth_basic.html.ja.utf8 @@ -101,7 +101,7 @@
Description:Fake basic authentication using the given expressions for username and password
Syntax:AuthBasicFake off|username [password]
Syntax:AuthBasicFake off|username [password]
Default:none
Context:directory, .htaccess
Override:AuthConfig
- + diff --git a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr index cd7195aa81..b5ea11f529 100644 --- a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr +++ b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr @@ -95,7 +95,7 @@
説明:Fake basic authentication using the given expressions for username and password
構文:AuthBasicFake off|username [password]
構文:AuthBasicFake off|username [password]
デフォルト:none
コンテキスト:ディレクトリ, .htaccess
上書き:AuthConfig
- + diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index f0d9dc30aa..1a694f6a95 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -150,7 +150,7 @@ formatted email address - diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 3865c8c864..705e8017fa 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -146,7 +146,7 @@ formatted email address - diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 549ebbb4a9..8299eeac2f 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -149,7 +149,7 @@ formatted email address - diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 20a0e314ec..250a610245 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -141,7 +141,7 @@ proxy - diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 0447d5a846..945305a3ce 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -140,7 +140,7 @@ be passed through ¿©ºÎ - diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 49bcaeea7b..c3e0c2ce35 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -149,7 +149,7 @@ formatted email address - diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 0f012e91a1..f12cfd0214 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -141,7 +141,7 @@ formatted email address - diff --git a/include/ap_release.h b/include/ap_release.h index 1158161686..4ade5e4e74 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,7 +44,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 #define AP_SERVER_PATCHLEVEL_NUMBER 33 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0
¼³¸í:Fake basic authentication using the given expressions for username and password
¹®¹ý:AuthBasicFake off|username [password]
¹®¹ý:AuthBasicFake off|username [password]
±âº»°ª:none
»ç¿ëÀå¼Ò:directory, .htaccess
Override ¿É¼Ç:AuthConfig
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
Sets whether authorization and authentication are passed to lower level modules
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhB
Sets the authentication provider(s) for this location
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
Sets whether authorization and authentication are passed to lower level modules
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhB
Sets the authentication provider(s) for this location
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
Sets whether authorization and authentication are passed to lower level modules
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhB
Sets the authentication provider(s) for this location
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
認証と承認を、より低いレベルのモジュールに移行させるかを 設定します。
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhB
この位置に対する認証プロバイダを設定します。
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
ÀÎÁõ°ú ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ¿¡ ³Ñ°ÜÁÙÁö °áÁ¤ÇÑ´Ù
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider On|Off|provider-name [provider-name] ... On dhB
ÀÌ À§Ä¡¿¡ ´ëÇÑ ÀÎÁõÁ¦°øÀÚ¸¦ ÁöÁ¤ÇÑ´Ù
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhT
Sets whether authorization and authentication are passed to lower level modules
AuthBasicFake off|username [password]dhT
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhT
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhT
Sets the authentication provider(s) for this location
AsyncRequestWorkerFactor factorsM
Limit concurrent connections per process
AuthBasicAuthoritative On|Off On dhB
Sets whether authorization and authentication are passed to lower level modules
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for +
AuthBasicFake off|username [password]dhB
Fake basic authentication using the given expressions for username and password
AuthBasicProvider provider-name [provider-name] ... file dhB
Sets the authentication provider(s) for this location