From: Astrid Malo
Date: Sun, 25 Jun 2006 07:35:09 +0000 (+0000)
Subject: update transformation
X-Git-Tag: 2.3.0~2317
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4f9d000af9d7019e87432dc29e8e7ba1db9221;p=thirdparty%2Fapache%2Fhttpd.git
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416990 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index a4fd7915cf0..5279f1b3970 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -135,6 +135,7 @@
CharsetDefault
CharsetOptions
CharsetSourceEnc
+CheckCaseOnly
CheckSpelling
ChildPerUserID
ContentDigest
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index fa93ff85159..5761acc228d 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -135,6 +135,7 @@
CharsetDefault
CharsetOptions
CharsetSourceEnc
+CheckCaseOnly
CheckSpelling
ChildPerUserID
ContentDigest
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index b78b182477a..5f7dd3fcc22 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -137,6 +137,7 @@
CharsetDefault
CharsetOptions
CharsetSourceEnc
+CheckCaseOnly
CheckSpelling
ChildPerUserID
ContentDigest
diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de
index de3c45a0496..4956c57310e 100644
--- a/docs/manual/mod/index.html.de
+++ b/docs/manual/mod/index.html.de
@@ -82,7 +82,7 @@ address)
HTTP headers
mod_auth_basicBasic authentication
mod_auth_digestUser authentication using MD5
- Digest Authentication.
+ Digest Authentication
mod_authn_anonAllows "anonymous" user access to authenticated
areas
mod_authn_coreCore Authentication
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index b900381ca84..3c33d100055 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -80,7 +80,7 @@ media type or request method.
HTTP headers
mod_auth_basicBasic authentication
mod_auth_digestUser authentication using MD5
- Digest Authentication.
+ Digest Authentication
mod_authn_anonAllows "anonymous" user access to authenticated
areas
mod_authn_coreCore Authentication
diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es
index 285c6122cec..189ccabc4a9 100644
--- a/docs/manual/mod/index.html.es
+++ b/docs/manual/mod/index.html.es
@@ -83,7 +83,7 @@ media type or request method.
HTTP headers
mod_auth_basicBasic authentication
mod_auth_digestUser authentication using MD5
- Digest Authentication.
+ Digest Authentication
mod_authn_anonAllows "anonymous" user access to authenticated
areas
mod_authn_coreCore Authentication
diff --git a/docs/manual/mod/index.html.ja.euc-jp b/docs/manual/mod/index.html.ja.euc-jp
index 3db74b8ec88..1268efd8532 100644
--- a/docs/manual/mod/index.html.ja.euc-jp
+++ b/docs/manual/mod/index.html.ja.euc-jp
@@ -78,7 +78,7 @@ CGI
mod_asis¼«Ê¬ÍѤΠHTTP ¥Ø¥Ã¥À¤Î½ñ¤«¤ì¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤òÁ÷¿®¤¹¤ë
mod_auth_basic´ðËÜǧ¾Ú
mod_auth_digestUser authentication using MD5
- Digest Authentication.
+ Digest Authentication
mod_authn_anonǧ¾Ú¤¬É¬ÍפÊÎÎ°è¤Ø¤Î "anonymous" ¥æ¡¼¥¶¤Î¥¢¥¯¥»¥¹¤òµö²Ä¤¹¤ë
mod_authn_coreCore Authentication
diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en
index 32b87a1dbae..2686e4932c5 100644
--- a/docs/manual/mod/mod_auth_digest.html.en
+++ b/docs/manual/mod/mod_auth_digest.html.en
@@ -25,7 +25,7 @@
ko
@@ -61,12 +61,13 @@
-
Using MD5 Digest authentication is very simple. Simply set
- up authentication normally, using AuthType Digest
and
- AuthDigestProvider
- instead of the normal AuthType Basic
and
+
To use MD5 Digest authentication, simply
+ change the normal AuthType Basic
and
AuthBasicProvider
.
- Then add a AuthDigestDomain
directive containing at least the root
+ to AuthType Digest
and
+ AuthDigestProvider
,
+ when setting up authentication, then add a
+ AuthDigestDomain
directive containing at least the root
URI(s) for this protection space.
Appropriate user (text) files can be created using the
diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko
index d03af3d73b2..9345e8af0f4 100644
--- a/docs/manual/mod/mod_auth_digest.xml.ko
+++ b/docs/manual/mod/mod_auth_digest.xml.ko
@@ -1,7 +1,7 @@
-
+
+
+