From 2be640e4ab87ba698312cb022322530b8551e758 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 3 Dec 2010 13:17:16 +0000 Subject: [PATCH] =?UTF-8?q?Translations=20by=20I=C3=B1igo=20Medina.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041797 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml.es | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es index ae60c0e5fa..86e3793afa 100644 --- a/docs/manual/mod/core.xml.es +++ b/docs/manual/mod/core.xml.es @@ -158,12 +158,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">
@@ -180,28 +180,28 @@ En Windows desde Apache httpd 2.3.3 y posteriores. AccessFileName -Name of the distributed configuration file +Nombre del fichero distribuido de configuración AccessFileName filename [filename] ... AccessFileName .htaccess server configvirtual host -

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 />