From 2ff0cf702e7ff508b33107a07d1b34b0f8554535 Mon Sep 17 00:00:00 2001
From: Jim Jagielski
For example, if you wish to block access to a resource between 8pm
- and 6am, you can do this using mod_rewrite
.
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 @@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. - en -es -fr +es +fr +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 @@Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description: | Module fournissant le support de FastCGI à
mod_proxy |
---|---|
Statut: | Extension |