From f2c6b5bd06e54492a201706872221d556395fccc Mon Sep 17 00:00:00 2001 From: Daniel Ferradal Date: Wed, 28 Jun 2017 16:13:13 +0000 Subject: [PATCH] Updates to files referencing new Spanish translation of mod_allowmethods r1800183 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800184 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/allmodules.xml.es | 2 +- docs/manual/mod/index.html.es | 2 +- docs/manual/mod/mod_allowmethods.html | 4 ++++ docs/manual/mod/mod_allowmethods.html.en | 2 ++ docs/manual/mod/mod_allowmethods.html.fr | 2 ++ docs/manual/mod/mod_allowmethods.xml.meta | 1 + docs/manual/mod/quickreference.html.es | 2 +- 7 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 18ebc98532..e056abc666 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -7,7 +7,7 @@ mod_actions.xml.es mod_alias.xml.es mod_allowhandlers.xml.es - mod_allowmethods.xml + mod_allowmethods.xml.es mod_asis.xml mod_auth_basic.xml mod_auth_digest.xml diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index cc575ca29a..e1eed5d0a2 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -76,7 +76,7 @@ of consuming threads only for connections with active processing
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
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_allowmethods
Restringe fácilmente qué métodos HTTP pueden ser usados en el servidor
mod_asis
Sends files that contain their own HTTP headers
mod_auth_basic
Basic HTTP authentication
diff --git a/docs/manual/mod/mod_allowmethods.html b/docs/manual/mod/mod_allowmethods.html index 5d30fcfc4b..ceeed657bf 100644 --- a/docs/manual/mod/mod_allowmethods.html +++ b/docs/manual/mod/mod_allowmethods.html @@ -4,6 +4,10 @@ URI: mod_allowmethods.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 +URI: mod_allowmethods.html.es +Content-Language: es +Content-type: text/html; charset=ISO-8859-1 + URI: mod_allowmethods.html.fr Content-Language: fr Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_allowmethods.html.en b/docs/manual/mod/mod_allowmethods.html.en index b7be0d4049..0026593f5d 100644 --- a/docs/manual/mod/mod_allowmethods.html.en +++ b/docs/manual/mod/mod_allowmethods.html.en @@ -27,6 +27,7 @@

Apache Module mod_allowmethods

Available Languages:  en  | + es  |  fr 

@@ -87,6 +88,7 @@ kludgy implementation of

Available Languages:  en  | + es  |  fr 

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 methods can be used on the server