summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2011-05-21 17:15:40 +0200
committerLucien Gentis <lgentis@apache.org>2011-05-21 17:15:40 +0200
commitff34fdfb9d6c5c27d5607cb726c1f5f7c18a085a (patch)
tree9e2b972d83d70ea8e6cda7dd55caa2136e73a483 /docs/manual/mod
parentSome LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOLATION if a user is (diff)
downloadapache2-ff34fdfb9d6c5c27d5607cb726c1f5f7c18a085a.tar.xz
apache2-ff34fdfb9d6c5c27d5607cb726c1f5f7c18a085a.zip
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1125727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_actions.xml.fr4
-rw-r--r--docs/manual/mod/mod_proxy.xml.fr19
2 files changed, 20 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_actions.xml.fr b/docs/manual/mod/mod_actions.xml.fr
index 23f0ceb501..1b8876b298 100644
--- a/docs/manual/mod/mod_actions.xml.fr
+++ b/docs/manual/mod/mod_actions.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 : 926439 -->
+<!-- English Revision : 1103989 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -155,7 +155,7 @@ particuli&egrave;re.</description>
normalement.</p>
<example><title>Exemples</title>
- # Pour une recherche du style &lt;ISINDEX&gt;<br />
+ # Toutes les requ&ecirc;tes GET aboutissent ici<br />
Script GET /cgi-bin/search<br />
<br />
# Un gestionnaire CGI pour la m&eacute;thode PUT<br />
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index 8a6d9795ee..b074e82113 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 : 1060795 -->
+<!-- English Revision : 1125451 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -709,6 +709,23 @@ correspondant &agrave; une expression rationnelle</description>
</directivesynopsis>
<directivesynopsis>
+<name>BalancerGrowth</name>
+<description>Nombre de membres suppl&eacute;mentaires pouvant &ecirc;tre ajout&eacute;s
+apr&egrave;s la configuration initiale</description>
+ <syntax>BalancerGrowth <var>#</var></syntax>
+ <default>BalancerGrowth 5</default>
+ <contextlist><context>server config</context><context>virtual host</context></contextlist>
+<compatibility>BalancerGrowth est disponible depuis la version 2.3.13 du
+serveur HTTP Apache</compatibility>
+<usage>
+ <p>Cette directive permet de d&eacute;finir le nombre de membres pouvant
+ &ecirc;tre ajout&eacute;s au groupe de r&eacute;partition de charge pr&eacute;configur&eacute; d'un
+ serveur virtuel. Elle n'est active que si le groupe a &eacute;t&eacute;
+ pr&eacute;configur&eacute; avec un membre au minimum.</p>
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
<name>BalancerMember</name>
<description>Ajoute un membre &agrave; un groupe de r&eacute;partition de
charge</description>