summaryrefslogtreecommitdiffstats
path: root/docs/manual/handler.html.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2015-05-25 17:56:10 +0200
committerLucien Gentis <lgentis@apache.org>2015-05-25 17:56:10 +0200
commit40138a5d9ee90c9caf45a256a2d3295536292c17 (patch)
treebf16a2ac1e8aebaaf47b1872e87873645d855904 /docs/manual/handler.html.fr
parentXML updates. (diff)
downloadapache2-40138a5d9ee90c9caf45a256a2d3295536292c17.tar.xz
apache2-40138a5d9ee90c9caf45a256a2d3295536292c17.zip
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.fr')
-rw-r--r--docs/manual/handler.html.fr4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/handler.html.fr b/docs/manual/handler.html.fr
index f3520768be..d06b09169d 100644
--- a/docs/manual/handler.html.fr
+++ b/docs/manual/handler.html.fr
@@ -31,8 +31,6 @@
<a href="./tr/handler.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
<a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
</div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.</div>
<p>Ce document décrit l'utilisation des gestionnaires d'Apache (handlers).</p>
</div>
@@ -123,7 +121,7 @@ AddHandler add-footer .html</pre>
<code>send-as-is</code>, sans tenir compte de l'extension
de leur nom de fichier.</p>
- <pre class="prettyprint lang-config">&lt;Directory /web/htdocs/asis&gt;
+ <pre class="prettyprint lang-config">&lt;Directory "/web/htdocs/asis"&gt;
SetHandler send-as-is
&lt;/Directory&gt;</pre>