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_filter | s | C | |
| Configura mejoras para un Protocolo de Escucha de Sockets | |||
| AcceptPathInfo On|Off|Default | Default | svdh | C |
| Los recursos aceptan información sobre su ruta | |||
| AccessFileName filename [filename] ... | .htaccess | sv | C |
| Name of the distributed configuration file | |||
| AccessFileName filename [filename] ... | .htaccess | sv | C |
| Nombre del fichero distribuido de configuración | |||
| Action action-type cgi-script [virtual] | svdh | B | |
| Activates a CGI script for a particular handler or content-type | |||
| AddAlt string file [file] ... | svdh | B | |
| 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.
+
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 | |||