[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r1063003 [1/2] - in /httpd/httpd/trunk/docs/manual: ./ howto/
From:       sf () apache ! org
Date:       2011-01-24 21:52:18
Message-ID: 20110124215218.AB6942388903 () eris ! apache ! org
[Download RAW message or body]

Author: sf
Date: Mon Jan 24 21:52:16 2011
New Revision: 1063003

URL: http://svn.apache.org/viewvc?rev63003&view=rev
Log:
update transforms

Modified:
    httpd/httpd/trunk/docs/manual/configuring.html.fr
    httpd/httpd/trunk/docs/manual/env.html.fr
    httpd/httpd/trunk/docs/manual/glossary.html.fr
    httpd/httpd/trunk/docs/manual/howto/cgi.html.fr
    httpd/httpd/trunk/docs/manual/install.html.fr
    httpd/httpd/trunk/docs/manual/install.xml.de
    httpd/httpd/trunk/docs/manual/install.xml.es
    httpd/httpd/trunk/docs/manual/install.xml.ja
    httpd/httpd/trunk/docs/manual/install.xml.ko
    httpd/httpd/trunk/docs/manual/install.xml.meta
    httpd/httpd/trunk/docs/manual/install.xml.tr
    httpd/httpd/trunk/docs/manual/mod/core.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ko
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.de
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.en
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.es
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.tr.utf8
    httpd/httpd/trunk/docs/manual/sections.html.fr
    httpd/httpd/trunk/docs/manual/sections.xml.meta

Modified: httpd/httpd/trunk/docs/manual/configuring.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/configuring.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/configuring.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/configuring.html.fr Mon Jan 24 21:52:16 2011
@@ -80,25 +80,30 @@ le Serveur HTTP Apache.</p>
     sont ignorés; vous pouvez par conséquent indenter les directives
     afin d'améliorer la lisibilité.</p>

-    <p>On peut utiliser les variables d'environnement du shell dans les
-    lignes du fichier de configuration en utilisant la syntaxe
-    <code>${ENVVAR}</code>. Si "ENVVAR" est le nom d'une variable
-    d'environnement valide, sa valeur remplace l'expression
-    <code>${ENVVAR}</code> dans la ligne du fichier de configuration, et
-    le traitement continue comme si cette valeur avait été inscrite
-    directement dans le fichier de configuration. Si la variable ENVVAR
-    n'est pas trouvée, l'expression "${ENVVAR}" est conservée tel quel
-    pour une utilisation ultérieure dans le traitement du fichier de
-    configuration.</p>
-
-    <p>Seules les variables d'environnement définies avant le démarrage
-    du serveur peuvent être utilisées dans les extensions. Les variables
+    <p>Les valeurs des variables d'environnement ou des variables
+    définies via la directive <code class="directive"><a \
href="./mod/core.html#define">Define</a></code> peuvent être utilisées dans le +    \
fichier de configuration en utilisant la syntaxe +    <code>${VAR}</code>. Si "VAR" \
est le nom d'une variable valide, la +    valeur de la variable est alors substituée \
  la chaîne +    <code>${VAR}</code>, et le processus de lecture du fichier de
+    configuration continue comme si la chaîne correspondant   la valeur
+    de la variable s'y était trouvée littéralement. Les variables définies
+    via la directive <code class="directive"><a \
href="./mod/core.html#define">Define</a></code> +    l'emportent sur les autres \
variables d'environnement du shell. Si la +    variable "VAR" n'est pas trouvée, la \
chaîne <code>${VAR}</code> +    n'est pas modifiée, et un avertissement est \
enregistré dans le +    journal. Le caractère ":" est interdit dans les noms de \
variables +    afin d'éviter tout conflit avec la syntaxe de la directive <code \
class="directive"><a \
href="./mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>.</p> +
+    <p>Seules les variables d'environnement du shell définies avant le démarrage
+    du serveur peuvent être utilisées dans les extensions.
+    Les variables d'environnement
     définies dans le fichier de configuration lui-même, par exemple avec <code \
class="directive"><a href="./mod/mod_env.html#setenv">SetEnv</a></code>, prennent \
effet trop tard pour  pouvoir être utilisées dans les extensions au sein du fichier \
de  configuration.</p>

     <p>La longueur maximale d'une ligne du fichier de configuration,
-    après substitution des variables d'environnement, reconstitution des
+    après substitution des variables, reconstitution des
     lignes fragmentées et suppression des espaces de début et de fin,
     est de 8192 caractères.</p>

@@ -126,15 +131,10 @@ le Serveur HTTP Apache.</p>
     supprimer des modules.
     Les directives de configuration peuvent être incluses de manière
     conditionnelle selon la présence ou l'absence d'un module particulier
-    en les plaçant dans un bloc <code class="directive"><a \
                href="./mod/core.html#ifmodule">&lt;IfModule&gt;</a></code>. Les \
                blocs
-    <code class="directive">&lt;IfModule&gt;</code> ne sont cependant pas
-    nécessaires et peuvent même dans certains cas masquer l'absence d'un
-    module important.</p>
+    en les plaçant dans un bloc <code class="directive"><a \
href="./mod/core.html#ifmodule">&lt;IfModule&gt;</a></code>.</p>

     <p>Pour voir quels modules ont été compilés avec le serveur,
-    vous pouvez utiliser l'option de ligne de commande <code>-l</code>.
-    En outre, l'option de ligne de commande <code>-M</code> permet de
-    voir quels modules sont chargés dynamiquement.</p>
+    vous pouvez utiliser l'option de ligne de commande <code>-l</code>.</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" \
/></a></div>  <div class="section">
 <h2><a name="scope" id="scope">Portée des directives</a></h2>

Modified: httpd/httpd/trunk/docs/manual/env.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/env.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/env.html.fr Mon Jan 24 21:52:16 2011
@@ -112,7 +112,7 @@
 	se voient affectés un ensemble de variables
 	d'environnement contenant des méta-informations   propos de la requête
 	comme préconisé dans la
-	<a href="http://www.w3.org/CGI/">spécification
+	<a href="http://www.ietf.org/rfc/rfc3875">spécification
 	sur les CGIs</a>.</p>


@@ -437,14 +437,14 @@
       <code class="module"><a href="./mod/mod_setenvif.html">mod_setenvif</a></code> \
et <code class="module"><a href="./mod/mod_header.html">mod_header</a></code>,  et \
permettant de prendre en compte ces en-têtes :</p>

-<div class="example"><pre>
-#
-# L'exemple suivant montre comment prendre en compte un en-tête
-# Accept_Encoding non conforme envoyé par un client.
-#
-SetEnvIfNoCase ^Accept.Encoding$ ^(.*)$ fix_accept_encoding=$1
+<div class="example"><p><code>
+# <br />
+# L'exemple suivant montre comment prendre en compte un en-tête<br />
+# Accept_Encoding non conforme envoyé par un client.<br />
+#<br />
+SetEnvIfNoCase ^Accept.Encoding$ ^(.*)$ fix_accept_encoding=$1<br />
 RequestHeader set Accept-Encoding %{fix_accept_encoding}e env=fix_accept_encoding
-</pre></div>
+</code></p></div>



@@ -456,26 +456,27 @@ RequestHeader set Accept-Encoding %{fix_
         httpd.conf pour tenir compte de problèmes connus avec certains clients.
 	Comme les clients concernés sont maintenant très peu utilisés, cet
 	ajout n'est pratiquement plus nécessaire.</p>
-<div class="example"><pre>
-#
-# The following directives modify normal HTTP response behavior.
-# The first directive disables keepalive for Netscape 2.x and browsers that
-# spoof it. There are known problems with these browser implementations.
-# The second directive is for Microsoft Internet Explorer 4.0b2
-# which has a broken HTTP/1.1 implementation and does not properly
-# support keepalive when it is used on 301 or 302 (redirect) responses.
-#
-BrowserMatch "Mozilla/2" nokeepalive
-BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-
-#
-# The following directive disables HTTP/1.1 responses to browsers which
-# are in violation of the HTTP/1.0 spec by not being able to grok a
-# basic 1.1 response.
-#
-BrowserMatch "RealPlayer 4\.0" force-response-1.0
-BrowserMatch "Java/1\.0" force-response-1.0
-BrowserMatch "JDK/1\.0" force-response-1.0</pre></div>
+<div class="example"><p><code>
+#<br />
+# The following directives modify normal HTTP response behavior.<br />
+# The first directive disables keepalive for Netscape 2.x and browsers that<br />
+# spoof it. There are known problems with these browser implementations.<br />
+# The second directive is for Microsoft Internet Explorer 4.0b2<br />
+# which has a broken HTTP/1.1 implementation and does not properly<br />
+# support keepalive when it is used on 301 or 302 (redirect) responses.<br />
+#<br />
+BrowserMatch "Mozilla/2" nokeepalive<br />
+BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0<br />
+<br />
+#<br />
+# The following directive disables HTTP/1.1 responses to browsers which<br />
+# are in violation of the HTTP/1.0 spec by not being able to grok a<br />
+# basic 1.1 response.<br />
+#<br />
+BrowserMatch "RealPlayer 4\.0" force-response-1.0<br />
+BrowserMatch "Java/1\.0" force-response-1.0<br />
+BrowserMatch "JDK/1\.0" force-response-1.0
+</code></p></div>


     <h3><a name="no-img-log" id="no-img-log">Ne pas tracer les requêtes pour des \
images dans le fichier de

Modified: httpd/httpd/trunk/docs/manual/glossary.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/glossary.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/glossary.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/glossary.html.fr Mon Jan 24 21:52:16 2011
@@ -50,7 +50,7 @@
       Voir : <a href="ssl/">chiffrement SSL/TLS</a>
     </dd>

-    <dt><a name="apr1" id="apr1">APR</a></dt>
+    <dt><a name="apr" id="apr">APR</a></dt>
     <dd>Voir "Bibliothèques pour la portabilité d'Apache"
     </dd>

@@ -223,8 +223,20 @@
     ensembles de fichiers ou ressources avec une grande flexibilité
       - par exemple, tous les fichiers .gif et .jpg situés dans tout répertoire
       nommé "images", pourraient être enregistrés comme
-      "<code>/images/.*(jpg|gif)$</code>".  Apache utilise les Expressions
-      Rationnelles Compatibles avec Perl fournies par la librairie <a \
href="http://www.pcre.org/">PCRE</a>. +      "<code>/images/.*(jpg|gif)$</code>".  \
Lorsque l'on utilise des +      expressions rationnelles pour la substitution de \
chaînes, les +      variables spéciales $1 ... $9 contiennent des références \
arrières +      vers les parties regroupées (entre parenthèses) de l'expression
+      qui correspond. La variable spéciale $0 contient une référence
+      arrière vers l'ensemble de l'expression qui correspond. Pour
+      insérer un caractère littéral "dollar" dans la chaîne de
+      remplacement, il faut l'échapper avec un anti-slash. Pour des
+      raisons historiques, la variable &amp; peut être utilisée en tant
+      qu'alias de $0 dans certains cas, mais ceci n'est plus possible
+      depuis la version 2.3.6. Apache utilise les Expressions
+      Rationnelles Compatibles avec Perl fournies par la librairie <a \
href="http://www.pcre.org/">PCRE</a>. Vous trouverez plus +      d'information   \
propos de la syntaxe des expressions rationnelles +      PCRE sur ce site, ou dans le \
<a href="http://en.wikipedia.org/wiki/PCRE">Wikipedia de la PCRE</a>.  </dd>

     <dt><a name="configurationfile" id="configurationfile">
@@ -322,15 +334,28 @@
     Voir : <a href="howto/ssi.html">Introduction aux Inclusions Côté Serveur</a>
   </dd>

+  <dt><a name="servernameindication" id="servernameindication">Indication du nom du \
serveur</a> <a name="sni" id="sni">(SNI)</a></dt> +    <dd>Une fonctionnalité SSL \
permettant de spécifier le +    nom du serveur désiré dans le message initial de \
la +    négociation SSL, de façon   ce que le serveur web
+    puisse choisir la bonne configuration de serveur virtuel  
+    utiliser pendant le déroulement de la négociation SSL.
+    Cette fonctionnalité a été ajoutée
+      SSL lorsque sont apparues les extensions TLS, RFC 3546.<br />
+      Voir <a href="ssl/ssl_faq.html">la FAQ SSL</a>
+      et <a href="http://www.ietf.org/rfc/rfc3546.txt">la RFC 3546</a>
+    </dd>
+
+
+
 <dt><a name="commongatewayinterface" id="commongatewayinterface">
 Interface commune avec les programmes externes
 (Common Gateway Interface)</a>
 	 <a name="cgi" id="cgi">(CGI)</a></dt>
     <dd>La définition standard d'une interface entre un serveur web et un
     programme externe pour permettre   ce dernier de traiter des requêtes.
-      L'interface a été initialement définie par <a \
                href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html">NCSA</a> mais il
-      existe aussi le projet
-      <a href="http://www.w3.org/CGI/">RFC project</a>.<br />
+     Il existe une <a href="http://www.ietf.org/rfc/rfc3875">RFC
+     informationnelle</a> qui en couvre les spécificités.<br />
       Voir : <a href="howto/cgi.html">Contenu dynamique avec CGI</a>
     </dd>


Modified: httpd/httpd/trunk/docs/manual/howto/cgi.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/cgi.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/howto/cgi.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/howto/cgi.html.fr Mon Jan 24 21:52:16 2011
@@ -594,11 +594,6 @@
 <h2><a name="moreinfo" id="moreinfo">Pour plus d'informations</a></h2>


-    <p>Il existe un grand nombre de ressources CGI sur le web. Vous
-    trouverez de nombreuses réponses   vos questions dans la liste HTML
-    Writers Guild   l'adresse <a href="http://www.hwg.org/lists/hwg-servers/">
-    http://www.hwg.org/lists/hwg-servers/</a>.</p>
-
     <p>La spécification CGI actuelle est disponible dans la <a \
href="http://www.ietf.org/rfc/rfc3875">Common Gateway  Interface RFC</a>.</p>


Modified: httpd/httpd/trunk/docs/manual/install.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/install.html.fr Mon Jan 24 21:52:16 2011
@@ -26,8 +26,6 @@
 <a href="./ko/install.html" hreflang="ko" rel="alternate" \
title="Korean">&nbsp;ko&nbsp;</a> |  <a href="./tr/install.html" hreflang="tr" \
rel="alternate" title="Türkçe">&nbsp;tr&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 couvre l'installation et la compilation du serveur
@@ -56,6 +54,7 @@
 <li><img alt="" src="./images/down.gif" /> <a \
href="#customize">Personnalisation</a></li>  <li><img alt="" src="./images/down.gif" \
/> <a href="#test">Test</a></li>  <li><img alt="" src="./images/down.gif" /> <a \
href="#upgrading">Mise   jour</a></li> +<li><img alt="" src="./images/down.gif" /> \
<a href="#thirdp">Paquets tiers</a></li>  </ul><h3>Voir aussi</h3><ul \
class="seealso"><li><a href="programs/configure.html">Configuration de l'arborescence \
des sources</a></li><li><a href="invoking.html">Démarrer Apache httpd</a></li><li><a \
href="stopping.html">Arrêt et redémarrage</a></li></ul></div>  <div class="top"><a \
href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> @@ -134,7 \
+133,9 @@  temporaire. Après l'installation le serveur occupe
       approximativement 10 MB d'espace disque. L'espace disque réellement
       nécessaire va varier considérablement en fonction de vos options
-      de configuration et de la présence éventuelle de modules tiers.</dd>
+      de configuration, de la présence éventuelle de
+      modules tiers, et bien entendu de la taille de votre site web et
+      des sites que vous hébergez sur votre serveur.</dd>

       <dt>Compilateur ANSI-C et système de construction</dt>
       <dd>Vous devez disposer d'un compilateur ANSI-C. Le compilateur <a \
href="http://gcc.gnu.org/">GNU C (GCC)</a> de la <a href="http://www.gnu.org/">Free \
Software Foundation (FSF)</a> @@ -405,7 +406,29 @@ $ tar xvf httpd-<em>NN</em>.tar
      $ ./config.nice --prefix=/home/test/apache --with-port
      </code></p></div>

-    </div></div>
+    </div><div class="top"><a href="#page-header"><img alt="top" \
src="./images/up.gif" /></a></div> +<div class="section">
+<h2><a name="thirdp" id="thirdp">Paquets tiers</a></h2>
+
+    <p>De nombreux tiers fournissent leur propre distribution du
+    serveur HTTP Apache   installer sur une plate-forme particulière. On
+    peut citer les différentes distributions Linux, divers
+    paquets tiers Windows, Mac OS X, Solaris et de nombreux autres.</p>
+
+    <p>Notre license logicielle non seulement permet, mais aussi
+    encourage ce genre de redistribution. Cependant, ceci conduit   une
+    situation ou l'organisation de la configuration et les valeurs par
+    défaut de votre installation du serveur peuvent ne pas correspondre
+      ce qui est écrit dans la documentation. Bien que fâcheuse, cette
+    situation n'est pas appelée   évoluer de sitôt.</p>
+
+    <p>Une  <a href="http://wiki.apache.org/httpd/DistrosDefaultLayout">description
+    de ces distributions tierses</a> est maintenue dans le wiki du
+    serveur HTTP, et doit en refléter l'état actuel. Vous devrez
+    cependant vous familiariser par vous-même avec la gestion du paquet
+    de votre plate-forme particulière et les procédures d'installation.</p>
+
+</div></div>
 <div class="bottomlang">
 <p><span>Langues Disponibles: </span><a href="./de/install.html" hreflang="de" \
rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |  <a href="./en/install.html" \
hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/install.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.de?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.de Mon Jan 24 21:52:16 2011
@@ -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.de.xsl"?>
-<!-- English Revision: 239255:1057657 (outdated) -->
+<!-- English Revision: 239255:1061947 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/install.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.es?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.es (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.es Mon Jan 24 21:52:16 2011
@@ -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.es.xsl"?>
-<!-- English Revision: 105989:1057657 (outdated) -->
+<!-- English Revision: 105989:1061947 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/install.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.ja?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.ja [utf-8] Mon Jan 24 21:52:16 2011
@@ -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: 527129:1057657 (outdated) -->
+<!-- English Revision: 527129:1061947 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/install.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.ko?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.ko [euc-kr] Mon Jan 24 21:52:16 2011
@@ -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:1057657 (outdated) -->
+<!-- English Revision: 105989:1061947 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/install.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.meta?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.meta Mon Jan 24 21:52:16 2011
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>

Modified: httpd/httpd/trunk/docs/manual/install.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml.tr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/install.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/install.xml.tr [utf-8] Mon Jan 24 21:52:16 2011
@@ -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: 804977:1057657 (outdated) -->
+<!-- English Revision: 804977:1061947 (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/core.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/core.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.fr Mon Jan 24 21:52:16 2011
@@ -615,18 +615,36 @@ DESACTIVÉS   partir des version 2.3.x.
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div>  <div class="directive-section"><h2><a name="Define" \
id="Define">Define</a> <a name="define" id="define">Directive</a></h2>  <table \
                class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Permet de \
                définir l'existence d'une variable</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>Define \
                <var>nom variable</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du \
serveur</td></tr> +<tr><th><a \
href="directive-dict.html#Description">Description:</a></th><td>Permet de définir \
une variable</td></tr> +<tr><th><a \
href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>Define \
<var>nom-paramètre</var> [<var>valeur-paramètre</var>]</code></td></tr> +<tr><th><a \
href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, \
serveur virtuel, répertoire</td></tr>  <tr><th><a \
href="directive-dict.html#Status">Statut:</a></th><td>Core</td></tr>  <tr><th><a \
href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>  </table>
-    <p>Cette directive produit le même effet que l'argument
-    <code>-D</code> du programme <code class="program"><a \
                href="../programs/httpd.html">httpd</a></code>.</p>
-    <p>Elle permet de faire basculer le fonctionnement de sections
-    <code class="directive"><a href="#ifdefine">&lt;IfDefine&gt;</a></code> sans
-    avoir   modifier les arguments de l'option <code>-D</code> dans
-    aucun script de démarrage.</p>
+    <p>Avec un seul paramètre, l'effet de la directive
+    <code class="directive">Define</code> est identique   celui de l'argument
+    <code>-D</code> du programme <code class="program"><a \
href="../programs/httpd.html">httpd</a></code>. Il permet de +    modifier le \
comportement des sections <code class="directive"><a \
href="#ifdefine">&lt;IfDefine&gt;</a></code> sans avoir   ajouter d'argument +    \
<code>-D</code> au sein des scripts de démarrage.</p> +
+    <p>De plus, le second paramètre permet d'affecter une valeur   la
+    variable définie par le premier. Cette variable peut être référencée
+    dans le fichier de configuration via la syntaxe <code>${VAR}</code>.
+    La portée de la variable est toujours globale, et n'est jamais
+    limitée   la section de configuration courante.</p>
+
+    <div class="example"><p><code>
+      &lt;IfDefine TEST&gt;<br />
+      &nbsp;&nbsp;Define servername test.example.com<br />
+      &lt;/IfDefine&gt;<br />
+      &lt;IfDefine !TEST&gt;<br />
+      &nbsp;&nbsp;Define servername www.example.com<br />
+      &nbsp;&nbsp;Define SSL<br />
+      &lt;/IfDefine&gt;<br />
+    </code></p></div>
+
+    <p>Le caractère ":" est interdit dans les noms de variables afin
+    d'éviter les conflits avec la syntaxe de la directive <code \
class="directive"><a \
href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>.</p>

 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div> @@ -958,7 +976,7 @@ supérieures. Par défaut   Off depuis
     <li>Sous Linux, l'utilisation de sendfile induit des bogues lors de
     la récupération des paquets de vérification TCP (TCP-checksum) avec
     certaines cartes réseau lorsqu'on utilise IPv6.</li>
-    <li>Sous Linux sur Itanium, sendfile peut s'avérer incapable de
+    <li>Sous Linux sur Itanium, <code>sendfile</code> peut s'avérer incapable de
     traiter les fichiers de plus de 2 Go.</li>
     <li>Avec un montage réseau de <code class="directive"><a \
href="#documentroot">DocumentRoot</a></code> (par exemple NFS, SMB, CIFS,  FUSE), le
@@ -3935,10 +3953,12 @@ gestionnaire particulier</td></tr>
     <p>Vous pouvez écraser la définition antérieure d'une directive
     <code class="directive">SetHandler</code> en utilisant la valeur
     <code>None</code>.</p>
-    <p><strong>Note :</strong> comme SetHandler l'emporte sur la
+
+    <div class="note"><h3>Note</h3>
+    <p>Comme <code class="directive">SetHandler</code> l'emporte sur la
     définition des gestionnaires par défaut, le comportement habituel
     consistant   traiter les URLs se terminant par un slash (/) comme
-    des répertoires ou des fichiers index est désactivé.</p>
+    des répertoires ou des fichiers index est désactivé.</p></div>

 <h3>Voir aussi</h3>
 <ul>
@@ -4171,8 +4191,8 @@ et son port</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div>  <div class="directive-section"><h2><a name="UseCanonicalPhysicalPort" \
id="UseCanonicalPhysicalPort">UseCanonicalPhysicalPort</a> <a \
name="usecanonicalphysicalport" id="usecanonicalphysicalport">Directive</a></h2>  \
                <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Définit \
                la manière dont le serveur détermine son propre nom
-et son port</td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Définit \
la manière dont le serveur +détermine son propre port</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>UseCanonicalPhysicalPort \
On|Off</code></td></tr>  <tr><th><a \
href="directive-dict.html#Default">Défaut:</a></th><td><code>UseCanonicalPhysicalPort \
Off</code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, \
serveur virtuel, répertoire</td></tr> @@ -4192,21 +4212,27 @@ et son port</td></tr>
     valide.</p>

     <div class="note"><h3>Note</h3>
-    <p>L'ordre dans lequel s'effectue la recherche du port est le
-    suivant :<br /><br />
-     <code>UseCanonicalName On</code></p>
-     <ul>
-      <li>Port spécifié par <code>Servername</code></li>
+    <p>L'ordre dans lequel s'effectue la recherche quand on utilise le
+    port physique est le suivant :</p>
+     <dl>
+     <dt><code>UseCanonicalName On</code></dt>
+     <dd>
+     <ol>
+      <li>Port indiqué dans <code class="directive"><a \
href="#servername">Servername</a></code></li>  <li>Port physique</li>
       <li>Port par défaut</li>
-     </ul>
-     <code>UseCanonicalName Off | DNS</code>
-     <ul>
+     </ol>
+     </dd>
+     <dt><code>UseCanonicalName Off | DNS</code></dt>
+     <dd>
+     <ol>
       <li>Port spécifié dans l'en-tête <code>Host:</code></li>
       <li>Port physique</li>
-      <li>Port spécifié par <code>Servername</code></li>
+      <li>Port spécifié par <code class="directive"><a \
href="#servername">Servername</a></code></li>  <li>Port par défaut</li>
-     </ul>
+     </ol>
+     </dd>
+     </dl>

     <p>Avec <code>UseCanonicalPhysicalPort Off</code>, on reprend
     l'ordre ci-dessus en supprimant "Port physique".</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr Mon Jan 24 21:52:16 2011
@@ -356,8 +356,9 @@ nom</td></tr>
 </table>
     <p>Cette directive permet de déterminer l'icône   afficher   côté
     d'un fichier dont le nom se termine par <var>nom</var>, dans le cas
-    d'un affichage <code><a \
href="#indexoptions.fancyindexing">FancyIndexing</a></code>. <var>icône</var> est \
                soit une URL relative
-    (échappée par des caractères '%') vers l'icône, soit de la forme
+    d'un affichage <code><a \
href="#indexoptions.fancyindexing">FancyIndexing</a></code>. <var>icône</var> est \
une URL relative +    (échappée par des caractères '%') vers
+    l'icône, une URL distante pleinement qualifiée, ou de la forme
     <code>(<var>alttext</var>,<var>url</var>)</code>, où
     <var>alttext</var> est le symbole texte correspondant   l'icône  
     afficher dans les navigateurs en mode texte.</p>
@@ -368,6 +369,10 @@ nom</td></tr>
     fichier, une expression avec caractères génériques, un nom de
     fichier partiel ou un nom de fichier complet.</p>

+    <p><code>^^BLANKICON^^</code> n'est utilisé que pour le formatage,
+    et n'est donc pas nécessaire si vous utilisez <code>IndexOptions
+    HTMLTable</code>.</p>
+
     <div class="example"><h3>Exemples</h3><p><code>
       AddIcon (IMG,/icons/image.png) .gif .jpg .png<br />
       AddIcon /icons/dir.png ^^DIRECTORY^^<br />
@@ -392,8 +397,9 @@ codage MIME</td></tr>
 </table>
     <p>Cette directive permet de déterminer l'icône   afficher   côté
     d'un fichier dans le cas d'un affichage <code><a \
                href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
-    <var>icône</var> est soit une URL relative
-    (échappée par des caractères '%') vers l'icône, soit de la forme
+    <var>icône</var> est une URL relative
+    (échappée par des caractères '%') vers
+    l'icône, une URL pleinement qualifiée, ou de la forme
     <code>(<var>alttext</var>,<var>url</var>)</code>, où
     <var>alttext</var> est le symbole texte correspondant   l'icône  
     afficher dans les navigateurs en mode texte.</p>
@@ -421,8 +427,9 @@ type MIME</td></tr>
     <p>Cette directive permet de déterminer l'icône   afficher   côté
     d'un fichier de type MIME <var>type MIME</var> dans le cas d'un
     affichage <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
-    <var>icône</var> est soit une URL relative
-    (échappée par des caractères '%') vers l'icône, soit de la forme
+    <var>icône</var> est une URL relative
+    (échappée par des caractères '%') vers
+    l'icône, une URL pleinement qualifiée, ou de la forme
     <code>(<var>alttext</var>,<var>url</var>)</code>, où
     <var>alttext</var> est le symbole texte correspondant   l'icône  
     afficher dans les navigateurs en mode texte.</p>
@@ -450,7 +457,7 @@ n'est précisé</td></tr>
     l'icône   afficher   côté d'un fichier lorsqu'aucun icône spécifique
     n'a été précisé, dans le cas d'un affichage <code><a \
href="#indexoptions.fancyindexing">FancyIndexing</a></code>.  <var>chemin URL</var> \
                est une URL relative (échappée par des
-    caractères '%') vers l'icône.</p>
+    caractères '%') vers l'icône ou une URL pleinement qualifiée.</p>

     <div class="example"><h3>Exemple</h3><p><code>
       DefaultIcon /icon/unknown.png
@@ -546,6 +553,7 @@ d'index.</td></tr>
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ajouts   \
la liste des fichiers   cacher lors de l'affichage  de l'index d'un \
répertoire</td></tr>  <tr><th><a \
href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>IndexIgnore \
<var>fichier</var> [<var>fichier</var>] ...</code></td></tr> +<tr><th><a \
href="directive-dict.html#Default">Défaut:</a></th><td><code>IndexIgnore \
"."</code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, \
serveur virtuel, répertoire, .htaccess</td></tr>  <tr><th><a \
href="directive-dict.html#Override">Annuler:</a></th><td>Indexes</td></tr>  \
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Base</td></tr> @@ \
-561,7 +569,7 @@ de l'index d'un répertoire</td></tr>  courant).</p>

     <div class="example"><p><code>
-      IndexIgnore README .htaccess *.bak *~
+      IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
     </code></p></div>

 </div>
@@ -604,6 +612,7 @@ contenu d'un répertoire</td></tr>
 répertoire</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>IndexOptions \
                [+|-]<var>option</var> [[+|-]<var>option</var>]
 ...</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>Par \
défaut, aucune option n'est activée.</code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, \
serveur virtuel, répertoire, .htaccess</td></tr>  <tr><th><a \
href="directive-dict.html#Override">Annuler:</a></th><td>Indexes</td></tr>  \
<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Base</td></tr> @@ \
-1012,12 +1021,13 @@ Name|Date|Size|Description</code></td></  d'identifier la clé \
primaire. La clé secondaire est  <em>toujours</em> le nom du fichier selon un ordre \
croissant.</p>

-    <p>Vous pouvez forcer l'affichage de l'index d'un répertoire selon
-    un certain ordre en utilisant la directive
-    <code class="directive">IndexOrderDefault</code> conjointement avec l'option
-    d'index <code><a \
href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code> ; ceci \
                aura pour effet d'ignorer
-    les demandes d'affichage de l'index du répertoire par le client
-    selon un ordre différent.</p>
+    <p>Si vous le désirez, vous pouvez empêcher le client de modifier
+    l'ordre de tri de la liste en ajoutant l'option d'index  <code><a \
href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code> +    qui \
supprime le lien de définition du tri de l'en-tête de la +    colonne, ainsi que \
l'option <code><a href="#indexoptions.ignoreclient">IgnoreClient</a></code> qui +    \
empêche ce même client de passer outre vos préférences de tri en +    ajoutant \
manuellement des options de tri   la chaîne de paramètres +    de la requête.</p>

 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en Mon Jan 24 21:52:16 2011
@@ -24,7 +24,7 @@
 <p><span>Available Languages: </span><a href="../en/mod/mod_dialup.html" \
title="English">&nbsp;en&nbsp;</a></p>  </div>
 <table class="module"><tr><th><a \
href="module-dict.html#Description">Description:</a></th><td>Send static content at a \
                bandwidth rate limit, defined by the various old modem \
                standards</td></tr>
-<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module  \
Identifier:</a></th><td>dialup_module</td></tr>  <tr><th><a \
href="module-dict.html#SourceFile">Source  \
File:</a></th><td>mod_dialup.c</td></tr></table>  <h3>Summary</h3>
@@ -57,7 +57,7 @@ once the timer hits.  From there the han
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Modem \
standard to simulate</td></tr>  <tr><th><a \
href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModemStandard \
V.21|V.26bis|V.32|V.92</code></td></tr>  <tr><th><a \
                href="directive-dict.html#Context">Context:</a></th><td /></tr>
-<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dialup</td></tr>
  </table>
 <p>Specify what modem standard you wish to simulate.</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ja?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ja [utf-8] \
                (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ja [utf-8] Mon Jan 24 \
21:52:16 2011 @@ -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: 579425:1056693 (outdated) -->
+<!-- English Revision: 579425:1062989 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ko?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ko [euc-kr] \
                (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.ko [euc-kr] Mon Jan 24 \
21:52:16 2011 @@ -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: 105989:1056693 (outdated) -->
+<!-- English Revision: 105989:1062989 (outdated) -->

 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr [utf-8] \
                (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr [utf-8] Mon Jan 24 \
21:52:16 2011 @@ -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: 723557:1056693 (outdated) -->
+<!-- English Revision: 723557:1062989 (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_proxy.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr Mon Jan 24 21:52:16 2011
@@ -730,16 +730,26 @@ mandatées</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div>  <div class="directive-section"><h2><a name="ProxyAddHeaders" \
id="ProxyAddHeaders">ProxyAddHeaders</a> <a name="proxyaddheaders" \
id="proxyaddheaders">Directive</a></h2>  <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Add proxy \
information in X-Forwarded-* headers</td></tr> +<tr><th><a \
href="directive-dict.html#Description">Description:</a></th><td>Ajoute des \
informations   propos du mandataire aux +en-têtes X-Forwarded-*</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>ProxyAddHeaders \
Off|On</code></td></tr>  <tr><th><a \
href="directive-dict.html#Default">Défaut:</a></th><td><code>ProxyAddHeaders \
On</code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, \
serveur virtuel, répertoire</td></tr>  <tr><th><a \
href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>  <tr><th><a \
                href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
                
-<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Available \
                in version 2.3.10 and later</td></tr>
-</table><p>La documentation de cette directive
-	n'a pas encore t traduite. Veuillez vous reporter  la version
-	en langue anglaise.</p></div>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Disponible \
depuis la version 2.3.10</td></tr> +</table>
+    <p>Cette directive permet de passer au serveur d'arrière-plan des
+    informations   propos du mandataire via les en-têtes HTTP
+    X-Forwarded-For, X-Forwarded-Host et X-Forwarded-Server.</p>
+    <div class="note"><h3>Utilité</h3>
+     <p>Cette option n'est utile que dans le cas du mandat HTTP traité
+     par <code class="module"><a \
href="../mod/mod_proxy_http.html">mod_proxy_http</a></code>.</p> +    </div>
+
+
+
+</div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" \
/></a></div>  <div class="directive-section"><h2><a name="ProxyBadHeader" \
id="ProxyBadHeader">ProxyBadHeader</a> <a name="proxybadheader" \
id="proxybadheader">Directive</a></h2>  <table class="directive">
@@ -1083,6 +1093,7 @@ l'espace d'URLs du serveur local</td></t
         ProxyPass /example http://backend.example.com max  ttl0 retry00
     </code></p></div>

+    <table class="bordered"><tr><th>Paramètres de BalancerMember</th></tr></table>
     <table>
     <tr><th>Paramètre</th>
         <th>Défaut</th>
@@ -1265,9 +1276,9 @@ l'espace d'URLs du serveur local</td></t
     <tr><td>ttl</td>
         <td>-</td>
         <td>Durée de vie des connexions inactives et des entrées du pool
-	de connexions associées en secondes. Celles qui n'ont pas été
-	utilisées au bout de <code>ttl</code> secondes seront libérées
-	ou fermées.
+	de connexions associées en secondes. Une fois cette
+	limite atteinte, une connexion ne sera pas réutilisée ; elle
+	sera fermée après un délai variable.
     </td></tr>

     </table>
@@ -1283,6 +1294,7 @@ l'espace d'URLs du serveur local</td></t
     d'informations   propos du fonctionnement du répartiteur de
     charge.
     </p>
+    <table class="bordered"><tr><th>Paramètres du répartiteur</th></tr></table>
     <table>
     <tr><th>Paramètre</th>
         <th>Défaut</th>
@@ -1346,6 +1358,27 @@ l'espace d'URLs du serveur local</td></t
 	le cas des autres erreurs de worker.
     </td></tr>

+    <tr><td>nonce</td>
+        <td>&lt;auto&gt;</td>
+        <td>Le nombre   usage unique de protection utilisé dans la page
+	de l'application <code>balancer-manager</code>. Par défaut, la
+	protection de la page est assurée par un nombre   usage unique
+	automatique   base d'UUID. Si une valeur est précisée, elle sera
+	utilisée comme nombre   usage unique. La valeur
+	<code>None</code> désactive la vérification du nombre   usage
+	unique.
+    <div class="note"><h3>Note</h3>
+      <p>En plus du nombre   usage unique, la page de l'application
+      <code>balancer-manager</code> peut être protégée par une ACL.</p>
+    </div>
+     </td></tr>
+    <tr><td>growth</td>
+        <td>0</td>
+        <td>Nombre de membres supplémentaires que l'on peut ajouter   ce
+	répartiteur en plus de ceux définis au niveau de la
+	configuration.
+    </td></tr>
+
     </table>
     <p>Exemple de configuration d'un répartiteur de charge</p>
     <div class="example"><p><code>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en Mon Jan 24 21:52:16 2011
@@ -25,7 +25,7 @@
 </div>
 <table class="module"><tr><th><a \
href="module-dict.html#Description">Description:</a></th><td>Set timeout and minimum \
data rate for receiving requests  </td></tr>
-<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module  \
Identifier:</a></th><td>reqtimeout_module</td></tr>  <tr><th><a \
href="module-dict.html#SourceFile">Source  \
File:</a></th><td>mod_reqtimeout.c</td></tr>  <tr><th><a \
href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache \
2.2.15 and later</td></tr></table> @@ -98,7 +98,7 @@
 </code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Unset; no \
limit</code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Context:</a></th><td>server config, virtual \
                host</td></tr>
-<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_reqtimeout</td></tr>
  </table>
     <p>This directive can set various timeouts for receiving the request headers

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en \
                (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en Mon Jan 24 21:52:16 \
2011 @@ -24,7 +24,7 @@
 <p><span>Available Languages: </span><a href="../en/mod/mod_session_crypto.html" \
title="English">&nbsp;en&nbsp;</a></p>  </div>
 <table class="module"><tr><th><a \
href="module-dict.html#Description">Description:</a></th><td>Session encryption \
                support</td></tr>
-<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module  \
Identifier:</a></th><td>session_crypto_module</td></tr>  <tr><th><a \
href="module-dict.html#SourceFile">Source  \
File:</a></th><td>mod_session_crypto.c</td></tr>  <tr><th><a \
href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache \
2.3 and later</td></tr></table> @@ -95,7 +95,7 @@
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></code></td></tr>  <tr><th><a \
href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>  \
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server \
                config</td></tr>
-<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_session_crypto</td></tr>
  <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available \
in Apache 2.3.0 and later</td></tr>  </table>
@@ -140,7 +140,7 @@
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SessionCryptoPassphrase \
<var>secret</var></code></td></tr>  <tr><th><a \
href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>  \
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, \
                virtual host, directory, .htaccess</td></tr>
-<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_session_crypto</td></tr>
  <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available \
in Apache 2.3.0 and later</td></tr>  </table>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en Mon Jan 24 21:52:16 2011
@@ -24,7 +24,7 @@
 <p><span>Available Languages: </span><a href="../en/mod/mod_substitute.html" \
title="English">&nbsp;en&nbsp;</a></p>  </div>
 <table class="module"><tr><th><a \
href="module-dict.html#Description">Description:</a></th><td>Perform search and \
                replace operations on response bodies</td></tr>
-<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
+<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module  \
Identifier:</a></th><td>substitute_module</td></tr>  <tr><th><a \
href="module-dict.html#SourceFile">Source  \
File:</a></th><td>mod_substitute.c</td></tr>  <tr><th><a \
href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache \
HTTP Server 2.2.7 and later</td></tr></table> @@ -47,7 +47,7 @@
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Substitute \
<var>s/pattern/substitution/[infq]</var></code></td></tr>  <tr><th><a \
href="directive-dict.html#Context">Context:</a></th><td>directory, \
.htaccess</td></tr>  <tr><th><a \
                href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
                
-<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_substitute</td></tr>
  </table>
     <p>The <code class="directive">Substitute</code> directive specifies a

Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.de?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/quickreference.html.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.de Mon Jan 24 21:52:16 2011
@@ -570,7 +570,7 @@ using the specified magic file</td></tr>
 <tr><td><a href="mpm_common.html#minsparethreads">MinSpareThreads \
<var>Anzahl</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Minimale Anzahl unbeschäftigter Threads, die zur  Bedienung von \
Anfragespitzen zur Verfügung stehen</td></tr>  <tr class="odd"><td><a \
href="mod_file_cache.html#mmapfile">MMapFile <var>file-path</var> \
[<var>file-path</var>] ...</a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">Map a list of files into memory at startup \
                time</td></tr>
-<tr><td><a href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>E</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr> +<tr><td><a \
href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>X</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr>  <tr class="odd"><td><a \
href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off \
</td><td>d</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Tells \
<code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> to treat \
<code>path_info</code>  components as part of the filename</td></tr>
 <tr><td><a href="mod_mime.html#multiviewsmatch">MultiviewsMatch \
Any|NegotiatedOnly|Filters|Handlers @@ -693,7 +693,7 @@ extensions</td></tr>
 <tr><td><a href="mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout
 [header=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
 [body=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
-</a></td><td></td><td>sv</td><td>X</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client. \
+</a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client.  </td></tr>
 <tr class="odd"><td><a href="mod_authz_core.html#require">Require [not] \
<var>entity-name</var>  [<var>entity-name</var>] \
...</a></td><td></td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Tests whether an authenticated user is authorized by @@ -769,8 +769,8 @@ \
Dokumenten</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookiename">SessionCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2109 cookie storing the \
session</td></tr>  <tr class="odd"><td><a \
href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2 <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2965 cookie \
storing the session</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove \
On|Off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">Control for whether session cookies should be removed from incoming HTTP \
                headers</td></tr>
-<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
                session</td></tr>
-<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr> +<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
session</td></tr> +<tr><td><a \
href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2109 cookie \
storing the session ID</td></tr>  <tr><td><a \
href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2 \
<var>name</var> <var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2965 cookie storing the \
session ID</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove \
On|Off</a></td><td> On </td><td>svdh</td><td>E</td></tr><tr class="odd"><td \
class="descr" colspan="4">Control for whether session ID cookies should be removed \
from incoming HTTP headers</td></tr> @@ -888,7 +888,7 @@ Certificate \
verification</td></tr>  <tr><td><a href="mpm_common.html#startservers">StartServers \
<var>Anzahl</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Anzahl der Kindprozesse des Servers, die beim Start erstellt  \
werden</td></tr>  <tr class="odd"><td><a \
href="mpm_common.html#startthreads">StartThreads \
<var>Anzahl</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">Anzahl der Threads, die beim Start erstellt \
                werden</td></tr>
-<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>X</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr> \
+<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr>  <tr \
class="odd"><td><a href="mod_unixd.html#suexec">Suexec \
On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Enable or disable the suEXEC feature</td></tr>  <tr><td><a \
href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User \
Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" \
colspan="4">User and group for CGI programs to run as</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#threadlimit" id="T" name="T">ThreadLimit \
<var>Anzahl</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">Bestimmt die Obergrenze der konfigurierbaren Anzahl von \
Threads

Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.en?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/quickreference.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.en Mon Jan 24 21:52:16 2011
@@ -562,7 +562,7 @@ using the specified magic file</td></tr>
 <tr><td><a href="mpm_common.html#minsparethreads">MinSpareThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Minimum number of idle threads available to handle request  \
spikes</td></tr>  <tr class="odd"><td><a href="mod_file_cache.html#mmapfile">MMapFile \
<var>file-path</var> [<var>file-path</var>] \
...</a></td><td></td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" \
                colspan="4">Map a list of files into memory at startup time</td></tr>
-<tr><td><a href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>E</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr> +<tr><td><a \
href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>X</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr>  <tr class="odd"><td><a \
href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off \
</td><td>d</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Tells \
<code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> to treat \
<code>path_info</code>  components as part of the filename</td></tr>
 <tr><td><a href="mod_mime.html#multiviewsmatch">MultiviewsMatch \
Any|NegotiatedOnly|Filters|Handlers @@ -685,7 +685,7 @@ extensions</td></tr>
 <tr><td><a href="mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout
 [header=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
 [body=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
-</a></td><td></td><td>sv</td><td>X</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client. \
+</a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client.  </td></tr>
 <tr class="odd"><td><a href="mod_authz_core.html#require">Require [not] \
<var>entity-name</var>  [<var>entity-name</var>] \
...</a></td><td></td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Tests whether an authenticated user is authorized by @@ -756,8 +756,8 @@ \
header</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookiename">SessionCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2109 cookie storing the \
session</td></tr>  <tr class="odd"><td><a \
href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2 <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2965 cookie \
storing the session</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove \
On|Off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">Control for whether session cookies should be removed from incoming HTTP \
                headers</td></tr>
-<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
                session</td></tr>
-<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr> +<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
session</td></tr> +<tr><td><a \
href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2109 cookie \
storing the session ID</td></tr>  <tr><td><a \
href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2 \
<var>name</var> <var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2965 cookie storing the \
session ID</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove \
On|Off</a></td><td> On </td><td>svdh</td><td>E</td></tr><tr class="odd"><td \
class="descr" colspan="4">Control for whether session ID cookies should be removed \
from incoming HTTP headers</td></tr> @@ -875,7 +875,7 @@ host.
 Certificate verification</td></tr>
 <tr><td><a href="mpm_common.html#startservers">StartServers \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Number of child server processes created at startup</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#startthreads">StartThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
                class="descr" colspan="4">Number of threads created on \
                startup</td></tr>
-<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>X</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr> \
+<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr>  <tr \
class="odd"><td><a href="mod_unixd.html#suexec">Suexec \
On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Enable or disable the suEXEC feature</td></tr>  <tr><td><a \
href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User \
Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" \
colspan="4">User and group for CGI programs to run as</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#threadlimit" id="T" name="T">ThreadLimit \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">Sets the upper limit on the configurable number of threads

Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.es?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/quickreference.html.es (original)
+++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.es Mon Jan 24 21:52:16 2011
@@ -569,7 +569,7 @@ using the specified magic file</td></tr>
 <tr><td><a href="mpm_common.html#minsparethreads">MinSpareThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Minimum number of idle threads available to handle request  \
spikes</td></tr>  <tr class="odd"><td><a href="mod_file_cache.html#mmapfile">MMapFile \
<var>file-path</var> [<var>file-path</var>] \
...</a></td><td></td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" \
                colspan="4">Map a list of files into memory at startup time</td></tr>
-<tr><td><a href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>E</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr> +<tr><td><a \
href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>X</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr>  <tr class="odd"><td><a \
href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off \
</td><td>d</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Tells \
<code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> to treat \
<code>path_info</code>  components as part of the filename</td></tr>
 <tr><td><a href="mod_mime.html#multiviewsmatch">MultiviewsMatch \
Any|NegotiatedOnly|Filters|Handlers @@ -692,7 +692,7 @@ extensions</td></tr>
 <tr><td><a href="mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout
 [header=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
 [body=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
-</a></td><td></td><td>sv</td><td>X</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client. \
+</a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client.  </td></tr>
 <tr class="odd"><td><a href="mod_authz_core.html#require">Require [not] \
<var>entity-name</var>  [<var>entity-name</var>] \
...</a></td><td></td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Tests whether an authenticated user is authorized by @@ -763,8 +763,8 @@ \
header</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookiename">SessionCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2109 cookie storing the \
session</td></tr>  <tr class="odd"><td><a \
href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2 <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2965 cookie \
storing the session</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove \
On|Off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">Control for whether session cookies should be removed from incoming HTTP \
                headers</td></tr>
-<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
                session</td></tr>
-<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr> +<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
session</td></tr> +<tr><td><a \
href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2109 cookie \
storing the session ID</td></tr>  <tr><td><a \
href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2 \
<var>name</var> <var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2965 cookie storing the \
session ID</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove \
On|Off</a></td><td> On </td><td>svdh</td><td>E</td></tr><tr class="odd"><td \
class="descr" colspan="4">Control for whether session ID cookies should be removed \
from incoming HTTP headers</td></tr> @@ -882,7 +882,7 @@ host.
 Certificate verification</td></tr>
 <tr><td><a href="mpm_common.html#startservers">StartServers \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Number of child server processes created at startup</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#startthreads">StartThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
                class="descr" colspan="4">Number of threads created on \
                startup</td></tr>
-<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>X</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr> \
+<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr>  <tr \
class="odd"><td><a href="mod_unixd.html#suexec">Suexec \
On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Enable or disable the suEXEC feature</td></tr>  <tr><td><a \
href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User \
Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" \
colspan="4">User and group for CGI programs to run as</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#threadlimit" id="T" name="T">ThreadLimit \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">Sets the upper limit on the configurable number of threads

Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8 [utf-8] \
                (original)
+++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8 [utf-8] Mon Jan 24 \
21:52:16 2011 @@ -532,7 +532,7 @@ using the specified magic file</td></tr>
 <tr><td><a href="mpm_common.html#minsparethreads">MinSpareThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">リクエストに応答することのできる  \
アイドルスレッド数の最小数</td></tr>  <tr class="odd"><td><a \
href="mod_file_cache.html#mmapfile">MMapFile <var>file-path</var> \
[<var>file-path</var>] ...</a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">Map a list of files into memory at startup \
                time</td></tr>
-<tr><td><a href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>E</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr> +<tr><td><a \
href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>X</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr>  <tr class="odd"><td><a \
href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off \
</td><td>d</td><td /></tr><tr class="odd"><td class="descr" \
colspan="4"><code>path_info</code> \
コンポーネントをファイル名の一部として扱うように  <code \
class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> \
に通知する</td></tr>  <tr><td><a \
href="mod_mime.html#multiviewsmatch">MultiviewsMatch \
Any|NegotiatedOnly|Filters|Handlers @@ -635,7 +635,7 @@ header</td></tr>
 <tr><td><a href="mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout
 [header=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
 [body=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
-</a></td><td></td><td>sv</td><td>X</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client. \
+</a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client.  </td></tr>
 <tr class="odd"><td><a href="mod_authz_core.html#require">Require [not] \
<var>entity-name</var>  [<var>entity-name</var>] \
...</a></td><td></td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Tests whether an authenticated user is authorized by @@ -700,8 +700,8 @@ \
of a request or the last 63, assuming th  <tr><td><a \
href="mod_session_cookie.html#sessioncookiename">SessionCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2109 cookie storing the \
session</td></tr>  <tr class="odd"><td><a \
href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2 <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2965 cookie \
storing the session</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove \
On|Off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">Control for whether session cookies should be removed from incoming HTTP \
                headers</td></tr>
-<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
                session</td></tr>
-<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr> +<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
session</td></tr> +<tr><td><a \
href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2109 cookie \
storing the session ID</td></tr>  <tr><td><a \
href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2 \
<var>name</var> <var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2965 cookie storing the \
session ID</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove \
On|Off</a></td><td> On </td><td>svdh</td><td>E</td></tr><tr class="odd"><td \
class="descr" colspan="4">Control for whether session ID cookies should be removed \
from incoming HTTP headers</td></tr> @@ -811,7 +811,7 @@ host.
 Certificate verification</td></tr>
 <tr><td><a href="mpm_common.html#startservers">StartServers \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">起動時に生成される子サーバプロセスの数</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#startthreads">StartThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
                class="descr" \
                colspan="4">起動時に生成されるスレッドの数</td></tr>
-<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>X</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr> \
+<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr>  <tr \
class="odd"><td><a href="mod_unixd.html#suexec">Suexec \
On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Enable or disable the suEXEC feature</td></tr>  <tr><td><a \
href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User \
Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" \
colspan="4">CGI プログラ \
のユーザパーミッション、グループパーミッション</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#threadlimit" id="T" name="T">ThreadLimit \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">設定可能な子プロセス毎のスレッド数の上限を


Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr?rev63003&r163002&r263003&view=diff
 =============================================================================--- \
                httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr \
                [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr [euc-kr] Mon Jan \
24 21:52:16 2011 @@ -531,7 +531,7 @@ using the specified magic file</td></tr>
 <tr><td><a href="mpm_common.html#minsparethreads">MinSpareThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Minimum number of idle threads available to handle request  \
spikes</td></tr>  <tr class="odd"><td><a href="mod_file_cache.html#mmapfile">MMapFile \
<var>file-path</var> [<var>file-path</var>] \
...</a></td><td></td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" \
                colspan="4">시작시 여러 파일을 메모리에 \
                대응한다</td></tr>
-<tr><td><a href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>E</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr> +<tr><td><a \
href="mod_dialup.html#modemstandard">ModemStandard \
V.21|V.26bis|V.32|V.92</a></td><td></td><td /><td>X</td></tr><tr><td class="descr" \
colspan="4">Modem standard to simulate</td></tr>  <tr class="odd"><td><a \
href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off \
</td><td>d</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Tells \
<code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code> to treat \
<code>path_info</code>  components as part of the filename</td></tr>
 <tr><td><a href="mod_mime.html#multiviewsmatch">MultiviewsMatch \
Any|NegotiatedOnly|Filters|Handlers @@ -653,7 +653,7 @@ extensions</td></tr>
 <tr><td><a href="mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout
 [header=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
 [body=<var>timeout</var>[[-<var>maxtimeout</var>],MinRate=<var>rate</var>]
-</a></td><td></td><td>sv</td><td>X</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client. \
+</a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Set \
timeout values for receiving request headers and body from client.  </td></tr>
 <tr class="odd"><td><a href="mod_authz_core.html#require">Require [not] \
<var>entity-name</var>  [<var>entity-name</var>] \
...</a></td><td></td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Tests whether an authenticated user is authorized by @@ -722,8 +722,8 @@ \
header</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookiename">SessionCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2109 cookie storing the \
session</td></tr>  <tr class="odd"><td><a \
href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2 <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2965 cookie \
storing the session</td></tr>  <tr><td><a \
href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove \
On|Off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">Control for whether session cookies should be removed from incoming HTTP \
                headers</td></tr>
-<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
                session</td></tr>
-<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr> +<tr class="odd"><td><a \
href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver \
<var>name</var> <var>[param[=value]]</var></a></td><td></td><td>s</td><td>X</td></tr><tr \
class="odd"><td class="descr" colspan="4">The crypto driver to be used to encrypt the \
session</td></tr> +<tr><td><a \
href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase \
<var>secret</var></a></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" \
colspan="4">The key used to encrypt the session</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName <var>name</var> \
<var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr \
class="odd"><td class="descr" colspan="4">Name and attributes for the RFC2109 cookie \
storing the session ID</td></tr>  <tr><td><a \
href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2 \
<var>name</var> <var>attributes</var></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Name and attributes for the RFC2965 cookie storing the \
session ID</td></tr>  <tr class="odd"><td><a \
href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove \
On|Off</a></td><td> On </td><td>svdh</td><td>E</td></tr><tr class="odd"><td \
class="descr" colspan="4">Control for whether session ID cookies should be removed \
from incoming HTTP headers</td></tr> @@ -838,7 +838,7 @@ host.
 Certificate verification</td></tr>
 <tr><td><a href="mpm_common.html#startservers">StartServers \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" \
colspan="4">Number of child server processes created at startup</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#startthreads">StartThreads \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
                class="descr" colspan="4">Number of threads created on \
                startup</td></tr>
-<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>X</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr> \
+<tr><td><a href="mod_substitute.html#substitute">Substitute \
<var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td \
class="descr" colspan="4">Pattern to filter the response content</td></tr>  <tr \
class="odd"><td><a href="mod_unixd.html#suexec">Suexec \
On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" \
colspan="4">Enable or disable the suEXEC feature</td></tr>  <tr><td><a \
href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User \
Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" \
colspan="4">CGI 프로그램이 사용  사용자와 그룹 권한</td></tr>  <tr \
class="odd"><td><a href="mpm_common.html#threadlimit" id="T" name="T">ThreadLimit \
<var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td \
class="descr" colspan="4">Sets the upper limit on the configurable number of threads


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic