From: Lucien Gentis Date: Sat, 23 Sep 2017 16:13:35 +0000 (+0000) Subject: Rebuild. X-Git-Tag: 2.4.28~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284b14aaac3d537cb12adf82045b59253b14afb5;p=thirdparty%2Fapache%2Fhttpd.git Rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1809440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.fr b/docs/manual/caching.html.fr index f406983512c..f1ec1dab1c3 100644 --- a/docs/manual/caching.html.fr +++ b/docs/manual/caching.html.fr @@ -470,7 +470,7 @@ Vary: negotiate,accept-language,accept-charset

Le module mod_cache s'appuie sur des - implémentations de stockage en arrière-plan spécifiques pour gérer + implémentations de stockage sous-jacentes spécifiques pour gérer le cache ; à ce titre, mod_cache_disk fournit le support de la mise en cache sur disque.

@@ -663,7 +663,7 @@ CacheSocache dbm:/path/to/datafile

Le module mod_authn_socache permet la mise en cache des données issues d'une authentification, diminuant ainsi - la charge des serveurs d'authentification en arrière-plan.

+ la charge des serveurs d'authentification d'arrière-plan.

diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 565c7972620..53f1bda3fa5 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -614,7 +614,7 @@ charge ProxyPass.

La directive BalancerMember accepte un paramètre supplémentaire : loadfactor. Il s'agit du facteur de - charge du membre - un nombre entre 1 (valeur par défaut) et 100, qui + charge du membre - un nombre décimal entre 1.0 (valeur par défaut) et 100.0, qui définit la charge à appliquer au membre en question.

L'argument balancerurl n'est requis que s'il ne se trouve pas dèjà dans la directive de conteneur <Proxy @@ -1623,7 +1623,7 @@ ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsessionid nofail

ProxyPass "/" "balancer://hotcluster/"
 <Proxy "balancer://hotcluster">
     BalancerMember "ajp://1.2.3.4:8009" loadfactor=1
-    BalancerMember "ajp://1.2.3.5:8009" loadfactor=2
+    BalancerMember "ajp://1.2.3.5:8009" loadfactor=2.25
     # The server below is on hot standby
     BalancerMember "ajp://1.2.3.6:8009" status=+H
     ProxySet lbmethod=bytraffic
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index d47e38b74fe..c0c18fb21f9 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
 
 
 
-
+