From 2ff0cf702e7ff508b33107a07d1b34b0f8554535 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 18 Jul 2017 21:02:08 +0000 Subject: [PATCH] update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802339 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/access.html.en | 2 +- docs/manual/howto/access.html.es | 4 ++++ docs/manual/howto/access.html.fr | 2 ++ docs/manual/howto/access.xml.es | 2 +- docs/manual/howto/access.xml.fr | 2 +- docs/manual/howto/access.xml.meta | 4 ++-- docs/manual/mod/mod_proxy_fcgi.html.en | 3 +-- docs/manual/mod/mod_proxy_fcgi.html.fr | 2 ++ docs/manual/mod/mod_proxy_fcgi.xml.fr | 2 +- docs/manual/mod/mod_proxy_fcgi.xml.meta | 2 +- 10 files changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index cf1193a0b6..ec548ed011 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -164,7 +164,7 @@ Require not host gov on arbitrary criteria.

For example, if you wish to block access to a resource between 8pm - and 6am, you can do this using mod_rewrite.

+ and 7am, you can do this using mod_rewrite.

RewriteEngine On
 RewriteCond "%{TIME_HOUR}" ">=20" [OR]
diff --git a/docs/manual/howto/access.html.es b/docs/manual/howto/access.html.es
index 7170bb8d79..99f54d92b4 100644
--- a/docs/manual/howto/access.html.es
+++ b/docs/manual/howto/access.html.es
@@ -27,6 +27,10 @@
  es  |
  fr 

+
Esta traducción podría estar + obsoleta. Consulte la versión en inglés de la + documentación para comprobar si se han producido cambios + recientemente.

El control de acceso, hace referencia a todos los medios que proporcionan una forma de controlar el acceso a cualquier recurso. Esta parte está diff --git a/docs/manual/howto/access.html.fr b/docs/manual/howto/access.html.fr index 6216fed109..69fe7aabe0 100644 --- a/docs/manual/howto/access.html.fr +++ b/docs/manual/howto/access.html.fr @@ -27,6 +27,8 @@  es  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Le contrôle d'accès fait référence à tout concept de contrôle d'accès à une ressource quelconque. Il est distinct du processus d'authentification et d'autorisation.

diff --git a/docs/manual/howto/access.xml.es b/docs/manual/howto/access.xml.es index 84060e896f..3728cd423b 100644 --- a/docs/manual/howto/access.xml.es +++ b/docs/manual/howto/access.xml.es @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/howto/access.xml.meta b/docs/manual/howto/access.xml.meta index 95d284ca3a..ee45dee0b6 100644 --- a/docs/manual/howto/access.xml.meta +++ b/docs/manual/howto/access.xml.meta @@ -8,7 +8,7 @@ en - es - fr + es + fr diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en index a99265b4f0..78238506af 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.en +++ b/docs/manual/mod/mod_proxy_fcgi.html.en @@ -103,8 +103,7 @@ path for the PHP-FPM daemon to run. In this case, PHP-FPM is listening on a unix domain socket (UDS). Requires 2.4.9 or later. With this syntax, the hostname and optional port following fcgi:// are ignored.

-

PHP-FPM with UDS

# UDS does not currently support connection reuse
-ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"
+

PHP-FPM with UDS

ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"

The balanced gateway needs mod_proxy_balancer and diff --git a/docs/manual/mod/mod_proxy_fcgi.html.fr b/docs/manual/mod/mod_proxy_fcgi.html.fr index 075349d203..c0679fb65a 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.fr +++ b/docs/manual/mod/mod_proxy_fcgi.html.fr @@ -29,6 +29,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml.fr b/docs/manual/mod/mod_proxy_fcgi.xml.fr index 31991b518d..7045dbde1e 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml.fr +++ b/docs/manual/mod/mod_proxy_fcgi.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy_fcgi.xml.meta b/docs/manual/mod/mod_proxy_fcgi.xml.meta index 6b7f40e715..2b5ea83e0e 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml.meta +++ b/docs/manual/mod/mod_proxy_fcgi.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0
Description:Module fournissant le support de FastCGI à mod_proxy
Statut:Extension