You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2017/07/22 15:30:37 UTC

svn commit: r1802702 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.xml.fr mod_proxy_fcgi.xml.fr

Author: lgentis
Date: Sat Jul 22 15:30:37 2017
New Revision: 1802702

URL: http://svn.apache.org/viewvc?rev=1802702&view=rev
Log:
XML updates.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr?rev=1802702&r1=1802701&r2=1802702&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr [utf-8] Sat Jul 22 15:30:37 2017
@@ -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.
 	'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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr?rev=1802702&r1=1802701&r2=1802702&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] Sat Jul 22 15:30:37 2017
@@ -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(/.*)?$"
     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>