From: Lucien Gentis
Date: Sun, 21 Dec 2014 16:52:07 +0000 (+0000)
Subject: XML updates.
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a024fb628d1e12e40a501f4f2f33c9cf4c3f2131;p=thirdparty%2Fapache%2Fhttpd.git
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647170 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/ssi.xml.fr b/docs/manual/howto/ssi.xml.fr
index 2422dcc0c5c..85ef3d4c28e 100644
--- a/docs/manual/howto/ssi.xml.fr
+++ b/docs/manual/howto/ssi.xml.fr
@@ -1,7 +1,7 @@
-
+
@@ -463,7 +463,7 @@ HTML préexistants.
Good
- <!--#if expr="%{TIME_HOUR} >=12" -->
+ <!--#if expr="%{TIME_HOUR} <12" -->
morning!
<!--#else -->
afternoon!
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index 0b1e50ab35b..bc50750a4a4 100644
--- a/docs/manual/mod/mod_proxy.xml.fr
+++ b/docs/manual/mod/mod_proxy.xml.fr
@@ -1,7 +1,7 @@
-
+
@@ -1152,6 +1152,13 @@ ProxyPass /mirror/foo http://backend.example.com
(round-robin DNS). Pour désactiver la réutilisation du jeu de
connexions, définissez cette clé à On
.
+ enablereuse |
+ On |
+ Fournie à l'intention des gestionnaires de projet
+ qui nécessitent un accord pour la réutilisation des connexions
+ (tels que mod_proxy_fcgi),
+ cette option est l'inverse de l'option 'disablereuse' ci-dessus.
+ |
flushpackets |
off |
Permet de définir si le module mandataire doit vider
|