From d0ce3fbf08bcb8b605c1b2ba5466c148b6790a03 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?= 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: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:
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: before returning the document
- antes de servir el documento
+ The Review the default configuration for a list of
+ patterns that you might want to explicitly ignore after using this
+ directive.
<Files "mypaths.shtml">
@@ -260,28 +260,28 @@ En Windows desde Apache httpd 2.3.3 y posteriores.
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
AccessFileName .acl
/usr/local/web/index.html
, the server will read
+ /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
<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 @@
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 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>
+
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 @@
-
+
+
+
+
+
+
+
+
+