From d0ce3fbf08bcb8b605c1b2ba5466c148b6790a03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 4 Dec 2010 20:54:39 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042238 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.es | 30 +- docs/manual/mod/directives.html.de | 1 + docs/manual/mod/directives.html.en | 1 + docs/manual/mod/directives.html.es | 1 + docs/manual/mod/mod_autoindex.html.en | 31 ++ docs/manual/mod/mod_autoindex.xml.ja | 2 +- docs/manual/mod/mod_autoindex.xml.ko | 2 +- docs/manual/mod/mod_autoindex.xml.tr | 2 +- docs/manual/mod/mod_userdir.html.en | 4 + docs/manual/mod/mod_userdir.xml.ja | 2 +- docs/manual/mod/mod_userdir.xml.ko | 2 +- docs/manual/mod/mod_userdir.xml.tr | 2 +- docs/manual/mod/quickreference.html.de | 660 +++++++++++++------------ docs/manual/mod/quickreference.html.en | 654 ++++++++++++------------ docs/manual/mod/quickreference.html.es | 654 ++++++++++++------------ docs/manual/urlmapping.xml.ja | 2 +- docs/manual/urlmapping.xml.ko | 2 +- docs/manual/urlmapping.xml.tr | 2 +- 18 files changed, 1049 insertions(+), 1005 deletions(-) diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index d7b1a0a2f6..667ebe1eb7 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -238,12 +238,12 @@ En Windows desde Apache httpd 2.3.3 y posteriores.

El objetivo principal de la directiva AcceptPathInfo es permitirte sobreescribir la opción del controlador - de aceptar or rechazar PATH_INFO. This override is required, - for example, when you use a filter, such - as INCLUDES, to generate content - based on PATH_INFO. The core handler would usually reject - the request, so you can use the following configuration to enable - such a script:

+ de aceptar or rechazar PATH_INFO. Este tipo de sobreescritura se necesita, + por ejemplo, cuando utilizas un filtro, tal como + INCLUDES, para generar contenido + basado en PATH_INFO. El controlador principal normalmente rechazaría + la petición, de modo que puedes utilizar la siguiente configuración para habilitarla + como script:

<Files "mypaths.shtml">
@@ -260,28 +260,28 @@ En Windows desde Apache httpd 2.3.3 y posteriores.

top

AccessFileName Directiva

- +
Descripción:Name of the distributed configuration file
Descripción:Nombre del fichero distribuido de configuración
Sintaxis:AccessFileName filename [filename] ...
Valor por defecto:AccessFileName .htaccess
Contexto:server config, virtual host
Estado:Core
Módulo:core
-

While processing a request the server looks for - the first existing configuration file from this list of names in - every directory of the path to the document, if distributed - configuration files are enabled for that - directory. For example:

+

Mientras que procesa una petición el servidor busca + el primer fichero de configuración existente dentro de un listado de nombres en + cada directorio de la ruta del documento, si los ficheros distribuidos + de configuración están habilitados para ese + directorio. Por ejemplo:

AccessFileName .acl

-

before returning the document - /usr/local/web/index.html, the server will read +

antes de servir el documento + /usr/local/web/index.html, el servidor leerá /.acl, /usr/.acl, /usr/local/.acl and /usr/local/web/.acl - for directives, unless they have been disabled with

+ para las directivas, salvo que estén deshabilitadas with

<Directory />
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 0070fdee02..48ea001a88 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -274,6 +274,7 @@

  • Include
  • IndexHeadInsert
  • IndexIgnore
  • +
  • IndexIgnoreReset
  • IndexOptions
  • IndexOrderDefault
  • IndexStyleSheet
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 42071b0413..af6cc0091a 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -271,6 +271,7 @@
  • Include
  • IndexHeadInsert
  • IndexIgnore
  • +
  • IndexIgnoreReset
  • IndexOptions
  • IndexOrderDefault
  • IndexStyleSheet
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 3befebc666..2a620a67fb 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -273,6 +273,7 @@
  • Include
  • IndexHeadInsert
  • IndexIgnore
  • +
  • IndexIgnoreReset
  • IndexOptions
  • IndexOrderDefault
  • IndexStyleSheet
  • diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 3957ce72cf..b2b6b68ec6 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -89,6 +89,7 @@
  • HeaderName
  • IndexHeadInsert
  • IndexIgnore
  • +
  • IndexIgnoreReset
  • IndexOptions
  • IndexOrderDefault
  • IndexStyleSheet
  • @@ -529,6 +530,36 @@ a directory IndexIgnore README .htaccess *.bak *~

    +
    +
    top
    +

    IndexIgnoreReset Directive

    + + + + + + + +
    Description:Empties the list of files to hide when listing +a directory
    Syntax:IndexIgnoreReset ON|OFF
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    The IndexIgnoreReset directive removes + any files ignored by IndexIgnore otherwise + inherited from other configuration sections.

    + +

    + <Directory /var/www> + IndexIgnore *.bak .??* *~ *# HEADER* README* RCS CVS *,v *,t + </Directory> + <Directory /var/www/backups> + IndexIgnoreReset ON + IndexIgnore .??* *# HEADER* README* RCS CVS *,v *,t + </Directory> +

    + +

    Review the default configuration for a list of + patterns that you might want to explicitly ignore after using this + directive.

    +
    top

    IndexOptions Directive

    diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index 22e1d0a772..3709a705aa 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + +