summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2017-07-22 15:30:37 +0000
committerLucien Gentis <lgentis@apache.org>2017-07-22 15:30:37 +0000
commit3a42b12b6d2de0eb59354bcfae6e4f5b73dab08a (patch)
tree21e72ed3f496ab6e68d015acef6d6279b948ba8e
parent21160f88645298756f317dc13312c860ee0bd76d (diff)
downloadhttpd-3a42b12b6d2de0eb59354bcfae6e4f5b73dab08a.tar.gz
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802702 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_proxy.xml.fr5
-rw-r--r--docs/manual/mod/mod_proxy_fcgi.xml.fr3
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index cd12d8310d..d896b1e77d 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" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1799463:1802040 (outdated) -->
+<!-- English Revision: 1802040 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -1235,7 +1235,8 @@ ProxyPass "/mirror/foo" "http://backend.example.com"
'on' que le tampon sera vidé après chaque envoi d'un
tronçon de données, et 'auto' que le tampon sera vidé après un
délai de 'flushwait' millisecondes si aucune entrée n'est reçue.
- Actuellement, cette clé n'est supportée que par AJP.
+ Actuellement, cette clé n'est supportée que par mod_proxy_ajp et
+ mod_proxy_fcgi.
</td></tr>
<tr><td>flushwait</td>
<td>10</td>
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml.fr b/docs/manual/mod/mod_proxy_fcgi.xml.fr
index 89eef0d706..b6c3c0a9e0 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml.fr
+++ b/docs/manual/mod/mod_proxy_fcgi.xml.fr
@@ -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.fr.xsl"?>
-<!-- English Revision: 1793934:1802336 (outdated) -->
+<!-- English Revision: 1802336 -->
<!-- French translation : Lucien GENTIS -->
<!--
@@ -106,7 +106,6 @@ ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" enabler
ajoutés après fcgi://, ils seront ignorés.</p>
<example><title>PHP-FPM with UDS</title>
<highlight language="config">
-# A ce jour, UDS ne supporte pas la réutilisation des connexions
ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"
</highlight>
</example>