Mailing List Archive

svn commit: r1917200 - in /httpd/httpd/trunk/docs/manual: env.html.fr.utf8 env.xml.ja env.xml.ko env.xml.tr mod/mod_so.html.fr.utf8 mod/mod_so.xml.ja mod/mod_so.xml.ko mod/mod_so.xml.tr
Author: lgentis
Date: Sat Apr 20 12:13:33 2024
New Revision: 1917200

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

Modified:
httpd/httpd/trunk/docs/manual/env.html.fr.utf8
httpd/httpd/trunk/docs/manual/env.xml.ja
httpd/httpd/trunk/docs/manual/env.xml.ko
httpd/httpd/trunk/docs/manual/env.xml.tr
httpd/httpd/trunk/docs/manual/mod/mod_so.html.fr.utf8
httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ja
httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ko
httpd/httpd/trunk/docs/manual/mod/mod_so.xml.tr

Modified: httpd/httpd/trunk/docs/manual/env.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.html.fr.utf8?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/env.html.fr.utf8 [utf-8] Sat Apr 20 12:13:33 2024
@@ -427,6 +427,14 @@
<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>

Modified: httpd/httpd/trunk/docs/manual/env.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml.ja?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/env.xml.ja [utf-8] Sat Apr 20 12:13:33 2024
@@ -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

Modified: httpd/httpd/trunk/docs/manual/env.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml.ko?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/env.xml.ko [euc-kr] Sat Apr 20 12:13:33 2024
@@ -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

Modified: httpd/httpd/trunk/docs/manual/env.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml.tr?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/env.xml.tr [utf-8] Sat Apr 20 12:13:33 2024
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.fr.utf8?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.fr.utf8 [utf-8] Sat Apr 20 12:13:33 2024
@@ -119,7 +119,7 @@ Windows</a> <a title="Lien permanent" hr
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" hr

<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,

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ja?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ja [utf-8] Sat Apr 20 12:13:33 2024
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ko?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.xml.ko [euc-kr] Sat Apr 20 12:13:33 2024
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.xml.tr?rev=1917200&r1=1917199&r2=1917200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.xml.tr [utf-8] Sat Apr 20 12:13:33 2024
@@ -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>