summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2012-02-26 20:54:32 +0000
committerLucien Gentis <lgentis@apache.org>2012-02-26 20:54:32 +0000
commitfa07040b2ae0b235176426948bdf9d0dc11d22e1 (patch)
tree4ab0e11194b8c0a8088aa2f50f938264d504697b
parent026e194a7e0c150f4ac041b7ebbc56bd29bc0731 (diff)
downloadhttpd-fa07040b2ae0b235176426948bdf9d0dc11d22e1.tar.gz
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293932 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/caching.xml.fr5
-rw-r--r--docs/manual/expr.xml.fr2
-rw-r--r--docs/manual/mod/core.xml.fr30
-rw-r--r--docs/manual/mod/mod_authnz_ldap.xml.fr2
-rw-r--r--docs/manual/mod/mod_headers.xml.fr2
-rw-r--r--docs/manual/mod/mod_ldap.xml.fr2
-rw-r--r--docs/manual/mod/mod_lua.xml.fr5
-rw-r--r--docs/manual/mod/mod_proxy.xml.fr18
-rw-r--r--docs/manual/mod/mod_remoteip.xml.fr2
-rw-r--r--docs/manual/mod/mod_rewrite.xml.fr2
-rw-r--r--docs/manual/ssl/ssl_howto.xml.fr2
11 files changed, 55 insertions, 17 deletions
diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr
index 3bce64a90b..0b071688fb 100644
--- a/docs/manual/caching.xml.fr
+++ b/docs/manual/caching.xml.fr
@@ -3,7 +3,7 @@
<?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1210727 -->
+<!-- English Revision : 1291841 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -64,7 +64,8 @@
<dt>Mise en cache d'objets partag&eacute;s de forme cl&eacute;/valeur &agrave; deux
&eacute;tats</dt>
<dd>
- <module>mod_socache</module> et ses modules de fournisseurs
+ L'<a href="socache.html">API du cache d'objets partag&eacute;s</a> (socache)
+ et ses modules de fournisseurs
proposent une mise en cache d'objets partag&eacute;s &agrave; base de
couples cl&eacute;/valeur de niveau serveur. Ces modules sont
con&ccedil;us pour la mise en cache de donn&eacute;es de bas niveau comme
diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr
index 777a211e2b..363ae8b92b 100644
--- a/docs/manual/expr.xml.fr
+++ b/docs/manual/expr.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1208753:1212884 (outdated) -->
+<!-- English Revision : 1212884 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/core.xml.fr b/docs/manual/mod/core.xml.fr
index b3aa7546e8..7517a705c3 100644
--- a/docs/manual/mod/core.xml.fr
+++ b/docs/manual/mod/core.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1231607:1242928 (outdated) -->
+<!-- English Revision : 1242928 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -455,6 +455,34 @@ All pour les versions ant&eacute;rieures</default>
module="mod_authz_host">Deny</directive> et <directive
module="mod_authz_host">Order</directive>).</dd>
+ <dt>Nonfatal=[Override|Unknown|All]</dt>
+
+ <dd>
+ Permet d'utiliser l'option AllowOverride pour rendre les erreurs
+ de syntaxe non fatales dans les fichiers .htaccess : au lieu de
+ causer une Internal Server Error, les directives non autoris&eacute;es ou
+ non reconnues seront ignor&eacute;es et un avertissement enregistr&eacute; dans
+ le journal :
+ <ul>
+ <li><strong>Nonfatal=Override</strong> rend les directives
+ interdite par AllowOverride non fatales.</li>
+ <li><strong>Nonfatal=Unknown</strong> rend les directives
+ inconnues non fatales. Sont concern&eacute;es les erreurs de frappe
+ et les directives impl&eacute;ment&eacute;es par un module non charg&eacute;.</li>
+ <li><strong>Nonfatal=All</strong> rend toutes les directives
+ pr&eacute;c&eacute;dentes non fatales.</li>
+ </ul>
+ <p>Notez qu'une erreur de syntaxe dans une directive valide
+ causera toujours une internal server error.</p>
+ <note type="warning"><title>S&eacute;curit&eacute;</title>
+ Les erreurs non fatales peuvent &ecirc;tre &agrave; l'origine de probl&egrave;mes
+ de s&eacute;curit&eacute; pour les utilisateurs de fichiers .htaccess. Par
+ exemple, si AllowOverride interdit AuthConfig, toute
+ configuration utilisateur destin&eacute;e &agrave; restreindre l'acc&egrave;s &agrave; un
+ site ne sera pas prise en compte.
+ </note>
+ </dd>
+
<dt>Options[=<var>Option</var>,...]</dt>
<dd>
diff --git a/docs/manual/mod/mod_authnz_ldap.xml.fr b/docs/manual/mod/mod_authnz_ldap.xml.fr
index 12e25b1150..4df29afb09 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml.fr
+++ b/docs/manual/mod/mod_authnz_ldap.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1202456:1202460 (outdated) -->
+<!-- English Revision : 1202460 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr
index 4111ad87c0..dee6b05f4a 100644
--- a/docs/manual/mod/mod_headers.xml.fr
+++ b/docs/manual/mod/mod_headers.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1231446:1231453 (outdated) -->
+<!-- English Revision : 1231453 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/mod_ldap.xml.fr b/docs/manual/mod/mod_ldap.xml.fr
index 8cd5a8292c..b8763afe49 100644
--- a/docs/manual/mod/mod_ldap.xml.fr
+++ b/docs/manual/mod/mod_ldap.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1202456:1202460 (outdated) -->
+<!-- English Revision : 1202460 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index 39e13f91b3..40789fb971 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1238738:1205545 (outdated) -->
+<!-- English Revision : 1238738 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -752,7 +752,7 @@ traitement de la requ&ecirc;te</description>
<override>All</override>
<compatibility>Le troisi&egrave;me argument optionnel est disponible depuis la
version 2.3.15 du serveur HTTP Apache.</compatibility>
-</directivesynopsis>
+
<usage>
<p>Ajoute votre fonction d'accroche &agrave; la phase access_checker. Une
fonction d'accroche access checker renvoie en g&eacute;n&eacute;ral OK, DECLINED, ou
@@ -761,6 +761,7 @@ HTTP_FORBIDDEN.</p>
"early" ou "late" permettent de contr&ocirc;ler le moment auquel ce script
s'ex&eacute;cute par rapport aux autres modules.</p></note>
</usage>
+</directivesynopsis>
<directivesynopsis>
<name>LuaHookInsertFilter</name>
<description>Fournit un point d'entr&eacute;e pour la phase insert_filter du
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index 2bb3a3cff7..d1683e0754 100644
--- a/docs/manual/mod/mod_proxy.xml.fr
+++ b/docs/manual/mod/mod_proxy.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1202453:1242354 (outdated) -->
+<!-- English Revision : 1242354 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -817,7 +817,7 @@ du serveur HTTP Apache.</compatibility>
<description>R&eacute;f&eacute;rencer des serveurs distants depuis
l'espace d'URLs du serveur local</description>
<syntax>ProxyPass [<var>chemin</var>] !|<var>url</var> [<var>cl&eacute;=valeur</var>
- <var>[cl&eacute;=valeur</var> ...]] [nocanon] [interpolate]</syntax>
+ <var>[cl&eacute;=valeur</var> ...]] [nocanon] [interpolate] [noquery]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context>
</contextlist>
@@ -852,9 +852,11 @@ l'espace d'URLs du serveur local</description>
<code>http://example.com/miroir/foo/bar</code> en une requ&ecirc;te
mandat&eacute;e pour <code>http://backend.example.com/bar</code>.</p>
- <p>La syntaxe alternative suivante est valide, bien qu'elle induise
- une d&eacute;gradation des performances lorsqu'elle est pr&eacute;sente en grand
- nombre :</p>
+ <p>La syntaxe alternative suivante est valide, bien qu'elle puisse
+ induire une d&eacute;gradation des performances lorsqu'elle est
+ pr&eacute;sente en tr&egrave;s grand nombre. Elle poss&egrave;de l'avantage de
+ permettre un contr&ocirc;le dynamique via l'interface <a
+ href="mod_proxy_balancer.html#balancer_manager">Balancer Manager</a> :</p>
<example>
ProxyPass /miroir/foo/ http://backend.example.com/
@@ -1295,6 +1297,12 @@ l'espace d'URLs du serveur local</description>
recours &agrave; <module>mod_rewrite</module> pour des r&egrave;gles
complexes.</p>
+ <p>Par d&eacute;faut, mod_proxy inclut la cha&icirc;ne de param&egrave;tres lors de la
+ g&eacute;n&eacute;ration de la variable d'environnement
+ <var>SCRIPT_FILENAME</var>. Le mot-cl&eacute; optionnel <var>noquery</var>
+ (disponible &agrave; partir de la version 2.4.1) permet d'exclure cette
+ cha&icirc;ne.</p>
+
<p>Lorsque la directive ProxyPass est utilis&eacute;e &agrave; l'int&eacute;rieur d'une
section <directive type="section" module="core"
>Location</directive>, le premier argument est omis et le r&eacute;pertoire
diff --git a/docs/manual/mod/mod_remoteip.xml.fr b/docs/manual/mod/mod_remoteip.xml.fr
index f401a01583..cba6be6681 100644
--- a/docs/manual/mod/mod_remoteip.xml.fr
+++ b/docs/manual/mod/mod_remoteip.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 784558:1214022 (outdated) -->
+<!-- English Revision: 1214022 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr
index 4427c110de..318f5aecf9 100644
--- a/docs/manual/mod/mod_rewrite.xml.fr
+++ b/docs/manual/mod/mod_rewrite.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1209053:1242506 (outdated) -->
+<!-- English Revision : 1242506 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/ssl/ssl_howto.xml.fr b/docs/manual/ssl/ssl_howto.xml.fr
index 969df9169a..50093952e1 100644
--- a/docs/manual/ssl/ssl_howto.xml.fr
+++ b/docs/manual/ssl/ssl_howto.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1203752:1203753 (outdated) -->
+<!-- English Revision : 1203753 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->