From 27de3e08ce5b28ab025f05d671f50bc798e84168 Mon Sep 17 00:00:00 2001 From: Daniel Ferradal Date: Mon, 26 Jun 2017 19:09:22 +0000 Subject: [PATCH] Added updates to files referencing new Spanish translation of mod_allowhandlers r1799971 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799972 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/allmodules.xml | 1 - docs/manual/mod/allmodules.xml.de | 1 - docs/manual/mod/allmodules.xml.es | 3 +-- docs/manual/mod/allmodules.xml.fr | 1 - docs/manual/mod/allmodules.xml.ja | 1 - docs/manual/mod/allmodules.xml.ko | 1 - docs/manual/mod/allmodules.xml.tr | 1 - docs/manual/mod/allmodules.xml.zh-cn | 1 - docs/manual/mod/index.html.es | 2 +- docs/manual/mod/mod_allowhandlers.html | 4 ++++ docs/manual/mod/mod_allowhandlers.html.en | 6 ++++-- docs/manual/mod/mod_allowhandlers.xml.meta | 1 + docs/manual/mod/quickreference.html.es | 2 +- 13 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index dc36c860d7c..ed1068e2d7e 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index fdf94c40a9c..38a0739c41d 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.de mpm_winnt.xml.de worker.xml.de diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 89867c602fb..18ebc985322 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -6,7 +6,7 @@ mod_access_compat.xml.es mod_actions.xml.es mod_alias.xml.es - mod_allowhandlers.xml + mod_allowhandlers.xml.es mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index 301b80dd3fc..4e900ce7ed0 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -135,7 +135,6 @@ event.xml.fr mpm_netware.xml.fr mpmt_os2.xml.fr - overrides.xml prefork.xml.fr mpm_winnt.xml.fr worker.xml.fr diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 8e6ad81cf15..b6abff88096 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.ja mpm_winnt.xml.ja worker.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index ecddc3deded..5b243a67d79 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 751e25e0dc7..7272e8d5e84 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml.tr mpm_winnt.xml worker.xml.tr diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn index dc36c860d7c..ed1068e2d7e 100644 --- a/docs/manual/mod/allmodules.xml.zh-cn +++ b/docs/manual/mod/allmodules.xml.zh-cn @@ -135,7 +135,6 @@ event.xml mpm_netware.xml mpmt_os2.xml - overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index 6d09e6ffb48..cc575ca29af 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -75,7 +75,7 @@ of consuming threads only for connections with active processing
mod_actions
Ejecuta scripts CGI basándose en el tipo de medio o método de la petición.
mod_alias
Facilita el mapeo a diferentes partes del sistema de ficheros del host en el árbol de documentos y la redirección de URLs
-
mod_allowhandlers
Easily restrict what HTTP handlers can be used on the server
+
mod_allowhandlers
Restringir fácilmente qué handlers HTTP pueden ser usados en el servidor
mod_allowmethods
Easily restrict what HTTP methods can be used on the server
mod_asis
Sends files that contain their own HTTP headers
diff --git a/docs/manual/mod/mod_allowhandlers.html b/docs/manual/mod/mod_allowhandlers.html index e5e9d863ed7..53518b6dec0 100644 --- a/docs/manual/mod/mod_allowhandlers.html +++ b/docs/manual/mod/mod_allowhandlers.html @@ -3,3 +3,7 @@ URI: mod_allowhandlers.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 + +URI: mod_allowhandlers.html.es +Content-Language: es +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_allowhandlers.html.en b/docs/manual/mod/mod_allowhandlers.html.en index b749fc9bae7..849a6a2d175 100644 --- a/docs/manual/mod/mod_allowhandlers.html.en +++ b/docs/manual/mod/mod_allowhandlers.html.en @@ -26,7 +26,8 @@

Apache Module mod_allowhandlers

-

Available Languages:  en 

+

Available Languages:  en  | + es 

@@ -85,7 +86,8 @@ earlier in the configuration merge order:

-

Available Languages:  en 

+

Available Languages:  en  | + es 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
Description:Easily restrict what HTTP handlers can be used on the server
Status:Experimental