]> granicus.if.org Git - apache/commitdiff
XML updates.
authorLucien Gentis <lgentis@apache.org>
Sat, 22 Jul 2017 15:30:37 +0000 (15:30 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 22 Jul 2017 15:30:37 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802702 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy_fcgi.xml.fr

index cd12d8310d0c010b18dcaed2d03e471f41c12955..d896b1e77dd3529cacb3ae1b48d17fe7b45152fc 100644 (file)
@@ -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>
index 89eef0d70635cdd8753fa6dc232f11ed7e096f8b..b6c3c0a9e03ba38ab6a8e9887d1009eb1bfda0d1 100644 (file)
@@ -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>