From 4ec8b587d2066902cfd4ade3a0b69603b2d20804 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Fri, 3 Dec 2010 15:08:21 +0000 Subject: [PATCH] ./build.sh all git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041853 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/urlmapping.html.en | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 238954df3b..b336a53892 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -66,7 +66,7 @@ - +
AcceptFilter protocol accept_filtersC
Configura mejoras para un Protocolo de Escucha de Sockets
AcceptPathInfo On|Off|Default Default svdhC
Los recursos aceptan informaciĆ³n sobre su ruta
AccessFileName filename [filename] ... .htaccess svC
Name of the distributed configuration file
AccessFileName filename [filename] ... .htaccess svC
Nombre del fichero distribuido de configuraciĆ³n
Action action-type cgi-script [virtual]svdhB
Activates a CGI script for a particular handler or content-type
AddAlt string file [file] ...svdhB
Alternate text to display for a file, instead of an diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 0c4f47e41c..f75c388d84 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -289,6 +289,11 @@ is available to rewrite links in HTML and XHTML.

is followed by a URL redirection and a new request from the client.

+

mod_dir provides FallbackResource, which can be used to map virtual + URIs to a real resource, which then serves them. This is a very + useful replace to mod_rewrite when implementing + a 'front controler'

+

If all attempts to locate the content fail, httpd returns an error page with HTTP status code 404 (file not found). The appearance of this page is controlled with the -- 2.40.0