summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2023-02-25 13:55:44 +0000
committerLucien Gentis <lgentis@apache.org>2023-02-25 13:55:44 +0000
commita6566feac05061a5e33970e3d8ee865fc71ba61a (patch)
treec8ac6c4bd98b0447f770117a0d308fd8aed4ca29 /docs/manual
parent9e100b45441fb20eef4652a4c23f565254622321 (diff)
downloadhttpd-a6566feac05061a5e33970e3d8ee865fc71ba61a.tar.gz
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_auth_basic.html.fr.utf86
-rw-r--r--docs/manual/mod/mod_auth_basic.xml.es2
-rw-r--r--docs/manual/mod/mod_auth_basic.xml.ja2
-rw-r--r--docs/manual/mod/mod_auth_basic.xml.ko2
-rw-r--r--docs/manual/mod/mod_ssl.html.fr.utf87
-rw-r--r--docs/manual/mod/mod_ssl.xml.es2
6 files changed, 17 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_auth_basic.html.fr.utf8 b/docs/manual/mod/mod_auth_basic.html.fr.utf8
index cd0691faad..7180e37307 100644
--- a/docs/manual/mod/mod_auth_basic.html.fr.utf8
+++ b/docs/manual/mod/mod_auth_basic.html.fr.utf8
@@ -118,6 +118,12 @@ Apache</td></tr>
"password" sera utilisée. Pour désactiver l'authentification de base
simulée pour un espace d'URL, définissez AuthBasicFake à "off".</p>
+ <div class="note">
+ L'en-tête Authorization ajouté par cette directive <em>ne constitue pas</em>
+ une donnée d'authentification ou d'autorisation au sein du serveur local. Il
+ est destiné à être transmis aux serveurs en amont.
+ </div>
+
<p>Dans l'exemple suivant, un nom d'utilisateur et un mot de passe
prédéfinis sont transmis à un serveur d'arrière-plan :</p>
diff --git a/docs/manual/mod/mod_auth_basic.xml.es b/docs/manual/mod/mod_auth_basic.xml.es
index 69c0fd4292..93bbecfe11 100644
--- a/docs/manual/mod/mod_auth_basic.xml.es
+++ b/docs/manual/mod/mod_auth_basic.xml.es
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1826856:1874148 (outdated) -->
+<!-- English Revision: 1826856:1907762 (outdated) -->
<!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
<!-- Spanish Translation Reviewer : Luis Gil de Bernabé <lgilbernabe@apache.org> -->
<!--
diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja
index fbb448d8b5..b59b2c180f 100644
--- a/docs/manual/mod/mod_auth_basic.xml.ja
+++ b/docs/manual/mod/mod_auth_basic.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1874148 (outdated) -->
+<!-- English Revision: 420990:1907762 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/mod_auth_basic.xml.ko b/docs/manual/mod/mod_auth_basic.xml.ko
index 1f905a6351..fdf818caac 100644
--- a/docs/manual/mod/mod_auth_basic.xml.ko
+++ b/docs/manual/mod/mod_auth_basic.xml.ko
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1874148 (outdated) -->
+<!-- English Revision: 151408:1907762 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/mod_ssl.html.fr.utf8 b/docs/manual/mod/mod_ssl.html.fr.utf8
index 6abfc07ce4..d27b8ee557 100644
--- a/docs/manual/mod/mod_ssl.html.fr.utf8
+++ b/docs/manual/mod/mod_ssl.html.fr.utf8
@@ -1569,6 +1569,13 @@ Les <em>option</em>s disponibles sont :</p>
fois le nom d'utilisateur et le mot de passe ; elle fournit donc un
mécanisme plus général de simulation d'authentification de base.</p>
+ <div class="note">A la différence de l'option <code>FakeBasicAuth</code>, la directive
+ <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicfake">AuthBasicFake</a></code> ne définit pas
+ l'en-tête Authorization suffisamment tôt pour qu'il soit traité par le
+ système d'authentification et d'autorisation du serveur local ; cet en-tête
+ est destiné à être transmis aux serveurs en amont.
+ </div>
+
<div class="warning">
<p>Les noms d'utilisateur pour <code>FakeBasicAuth</code> ne doivent pas
contenir de caractères non-ASCII, de caractères d'échappement ASCII (comme
diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es
index a651a48eff..b565fc8563 100644
--- a/docs/manual/mod/mod_ssl.xml.es
+++ b/docs/manual/mod/mod_ssl.xml.es
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1817381:1896664 (outdated) -->
+<!-- English Revision: 1817381:1907762 (outdated) -->
<!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
<!-- Updated and reviewed: Luis Gil de bernabe <lgilbernabe@apache.org> -->