summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_authz_host.html.fr.utf8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_authz_host.html.fr.utf8')
-rw-r--r--docs/manual/mod/mod_authz_host.html.fr.utf818
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_authz_host.html.fr.utf8 b/docs/manual/mod/mod_authz_host.html.fr.utf8
index 5c825f0..99fae5d 100644
--- a/docs/manual/mod/mod_authz_host.html.fr.utf8
+++ b/docs/manual/mod/mod_authz_host.html.fr.utf8
@@ -179,16 +179,18 @@ Require host .net example.edu</pre>
<p>A la différence du fournisseur <code>host</code>, ce fournisseur
n'effectue pas de recherche DNS inverse : il effectue simplement une requête
DNS directe pour le nom d'hôte spécifié et donne accès au client si son
- adresse IP correspond. Il ne fonctionnera donc qu'avec des noms d'hôte, et
- non avec des noms de domaine. Par contre, comme le DNS inverse n'est pas
- sollicité, il fonctionnera avec des clients qui utilisent un service de DNS
- dynamique.</p>
+ adresse IP correspond. Il ne fonctionnera donc qu'avec des noms d'hôte
+ complets qui peuvent être résolus par le DNS, et non avec des noms de
+ domaine partiels. Par contre, comme le DNS inverse n'est pas sollicité, et
+ comme les recherches DNS interviennent au moment du traitement de la requête
+ (et non au démarrage), il fonctionnera avec des clients qui utilisent un
+ service de DNS dynamique.</p>
- <pre class="prettyprint lang-config">Require forward-dns bla.example.org</pre>
+ <pre class="prettyprint lang-config">Require forward-dns dynamic.example.org</pre>
<p>Un client dont l'adresse IP correspond au nom d'hôte
- <code>bla.example.org</code> se verra autoriser l'accès.</p>
+ <code>dynamic.example.org</code> se verra autoriser l'accès.</p>
@@ -227,7 +229,7 @@ Require host .net example.edu</pre>
<div class="bottomlang">
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_authz_host.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../fr/mod/mod_authz_host.html" title="Français">&nbsp;fr&nbsp;</a></p>
-</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
+</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html';
@@ -245,7 +247,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_host.h
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2019 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2024 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();