]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc rebuild.
authorLucien Gentis <lgentis@apache.org>
Sat, 20 Apr 2024 12:13:33 +0000 (12:13 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 20 Apr 2024 12:13:33 +0000 (12:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917200 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html.fr.utf8
docs/manual/env.xml.ja
docs/manual/env.xml.ko
docs/manual/env.xml.tr
docs/manual/mod/mod_so.html.fr.utf8
docs/manual/mod/mod_so.xml.ja
docs/manual/mod/mod_so.xml.ko
docs/manual/mod/mod_so.xml.tr

index 84b4c2039cfee18cf06dfed17655e65aa78bcf7d..363615375f1ec50b635172167f3df53190a5e6bb 100644 (file)
    <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code> et <code class="module"><a href="./mod/mod_proxy_http.html">mod_proxy_http</a></code> pour plus de détails.</p>
    
 
+   <h3><a name="cgilike" id="cgilike">ap_trust_cgilike_cl</a></h3>
+   <p><em>Disponible à partir de la version 2.4.59 du serveur HTTP Apache</em></p>
+     <p>Cette variable permet à un script qui s’exécute dans un module de type CGI
+     de fournir son propre en-tête de réponse HTTP Content-Length. Elle ne doit
+     être définie que dans les sections de configuration qui contiennent des
+     scripts de confiance.</p>
+   
+
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="examples" id="examples">Exemples</a> <a title="Lien permanent" href="#examples" class="permalink">&para;</a></h2>
index 6478bb84758cafad85c097df24d2865c96fc23bc..d15049684c9ab22a55eb6b5a54aa71cf252c1064 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 659902:1911878 (outdated) -->
+<!-- English Revision: 659902:1917053 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d1b00e40984ee2b65dc9fd62582dc3f46e2aaaa8..48d203b7993d752e7a4fac01349baef0b9758dc4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1911878 (outdated) -->
+<!-- English Revision: 105989:1917053 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5f29c71f98f35d6212da517dc83b38a34d1f0692..d45126c3a7ac9f61a6c179896a715eadc62f134e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1300910:1911878 (outdated) -->
+<!-- English Revision: 1300910:1917053 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index cd5b18650844b67fc2e35009dda1686e16329fed..38ddd7ca071ef8890d53e3666dddfa2542d02cb5 100644 (file)
@@ -119,7 +119,7 @@ Windows</a> <a title="Lien permanent" href="#windows" class="permalink">&para;</
     modification à son fichier source : l'enregistrement du module doit
     être exporté depuis la DLL (qui sera elle-même créée plus tard ;
     voir plus loin). Pour ce faire, ajoutez la macro
-    <code>AP_MODULE_DECLARE_DATA</code> (définie dans les fichiers
+    <code>AP_DECLARE_MODULE</code> (définie dans les fichiers
     d'en-têtes d'Apache httpd) à la définition de l'enregistrement de votre
     module. Par exemple, si votre module est déclaré comme suit :</p>
 
@@ -129,7 +129,7 @@ Windows</a> <a title="Lien permanent" href="#windows" class="permalink">&para;</
 
     <p>Remplacez cette ligne par :</p>
 <div class="example"><p><code>
-    module AP_MODULE_DECLARE_DATA foo_module;
+    AP_DECLARE_MODULE(foo);
 </code></p></div>
 
     <p>Notez que cette macro ne sera prise en compte que sous Windows,
index 8fde679be6999b9572f219d2ee69d6ba3afee1bc..72bd9637d66061fb49ff0ec198345985af623e60 100644 (file)
@@ -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: 1433861:1727637 (outdated) -->
+<!-- English Revision: 1433861:1917015 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38235b424f2b0d48f14d1e4fd78e30f2f71156c0..c5bf9b2f60fa057e83abef4a2b5f38e519f238dd 100644 (file)
@@ -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: 420990:1727637 (outdated) -->
+<!-- English Revision: 420990:1917015 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 73396d8c813b97f094e497f99a9d7701f1ba154d..88e7cc05a79f042d977cb84ae8c595ea990c8c91 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1727637 (outdated) -->
+<!-- English Revision: 1174747:1917015 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>