You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2019/03/16 14:53:53 UTC

svn commit: r1855656 [1/2] - in /httpd/httpd/trunk/docs/manual/mod: directives.html.fr.utf8 mod_mime.html.fr.utf8 mod_mime.xml.ja mod_reqtimeout.html.fr.utf8 quickreference.html.fr.utf8

Author: lgentis
Date: Sat Mar 16 14:53:52 2019
New Revision: 1855656

URL: http://svn.apache.org/viewvc?rev=1855656&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_mime.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_mime.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.fr.utf8
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.fr.utf8

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8?rev=1855656&r1=1855655&r2=1855656&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.fr.utf8 [utf-8] Sat Mar 16 14:53:52 2019
@@ -476,6 +476,7 @@
 <li><a href="mod_cern_meta.html#metafiles">MetaFiles</a></li>
 <li><a href="mod_cern_meta.html#metasuffix">MetaSuffix</a></li>
 <li><a href="mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></li>
+<li><a href="mod_mime.html#mimeoptions">MimeOptions</a></li>
 <li><a href="prefork.html#minspareservers">MinSpareServers</a></li>
 <li><a href="mpm_common.html#minsparethreads">MinSpareThreads</a></li>
 <li><a href="mod_file_cache.html#mmapfile">MMapFile</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.html.fr.utf8?rev=1855656&r1=1855655&r2=1855656&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.html.fr.utf8 [utf-8] Sat Mar 16 14:53:52 2019
@@ -102,6 +102,7 @@ multiples</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#addoutputfilter">AddOutputFilter</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#addtype">AddType</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#defaultlanguage">DefaultLanguage</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#mimeoptions">MimeOptions</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#modmimeusepathinfo">ModMimeUsePathInfo</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#multiviewsmatch">MultiviewsMatch</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#removecharset">RemoveCharset</a></li>
@@ -705,6 +706,41 @@ associé.</td></tr>
 </ul>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="mimeoptions" id="mimeoptions">Directive</a> <a name="MimeOptions" id="MimeOptions">MimeOptions</a> <a title="Lien permanent" href="#mimeoptions" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure le comportement de mod_mime</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>MimeOptions<var>option</var> [<var>option</var>] ...</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel, répertoire, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Surcharges autorisées:</a></th><td>FileInfo</td></tr>
+<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Base</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Disponible à partir de la version 2.5.1 du serveur HTTP Apache</td></tr>
+</table>
+    <p>La directive <code class="directive">MimeOptions</code> permet de configurer
+    certains comportements de <code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code>. <var>Option</var> peut
+    prendre les valeurs suivantes :</p>
+
+    <dl>
+      <dt><code>TypesLastExtension</code></dt>
+      <dd>Cette option indique que seule la dernière extension du nom de fichier
+      (la plus à droite) doit être prise en compte pour déterminer le type de
+      contenu du fichier considéré.</dd>
+      <dt><code>NoTypesLastExtension</code></dt>
+      <dd>Cette option permet de restaurer le comportement par défaut qui prend
+      en compte toutes les extensions du nom de fichier pour en déterminer le
+      type de contenu.</dd>
+      <dt><code>AllLastExtension</code></dt>
+      <dd>Cette option indique que seule la dernière extension du nom de fichier
+      (la plus à droite) doit être prise en compte pour déterminer les
+      métadonnées de la réponse (Content-Type, language, encoding, etc...).</dd>
+      <dt><code>NoAllLastExtension</code></dt>
+      <dd>Cette option permet de restaurer le comportement par défaut qui prend
+      en compte toutes les extensions du nom de fichier pour déterminer les
+      métadonnées de la réponse (Content-Type, language, encoding, etc...).</dd>
+    </dl>
+
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="modmimeusepathinfo" id="modmimeusepathinfo">Directive</a> <a name="ModMimeUsePathInfo" id="ModMimeUsePathInfo">ModMimeUsePathInfo</a> <a title="Lien permanent" href="#modmimeusepathinfo" class="permalink">&para;</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Indique à <code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> de traiter les éléments

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml.ja?rev=1855656&r1=1855655&r2=1855656&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml.ja [utf-8] Sat Mar 16 14:53:52 2019
@@ -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: 659902:1816282 (outdated) -->
+<!-- English Revision: 659902:1855654 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.fr.utf8?rev=1855656&r1=1855655&r2=1855656&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.fr.utf8 [utf-8] Sat Mar 16 14:53:52 2019
@@ -123,7 +123,7 @@ et/ou corps des requêtes en provenance
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_reqtimeout</td></tr>
 <tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Désactivée par défaut jusqu'à la version 2.3.14. L'étape de la
 <code>négociation TLS</code> est prise en compte à partir de la version
-2.5</td></tr>
+2.4.39</td></tr>
 </table>
     <p>Cette directive permet de définir différents délais pour la négociation
     TLS et la réception des en-têtes et/ou corps des requêtes en provenance du