From b535d7fb97f42937533f9eb1ca42d70e0f411639 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 12 Jul 2004 22:18:46 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104262 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 3 +++ docs/manual/mod/core.html.en | 15 +++++++++++++++ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/directive-dict.html.en | 2 +- docs/manual/mod/directive-dict.html.es | 4 ++++ docs/manual/mod/directive-dict.html.ja.jis | 2 ++ docs/manual/mod/directive-dict.html.ko.euc-kr | 2 ++ docs/manual/mod/directive-dict.xml.es | 2 +- docs/manual/mod/directive-dict.xml.ja | 2 +- docs/manual/mod/directive-dict.xml.ko | 2 +- docs/manual/mod/directive-dict.xml.meta | 6 +++--- docs/manual/mod/mod_mime.html.en | 2 +- docs/manual/mod/mod_mime.xml.ja | 2 +- 14 files changed, 37 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index f2b26a15c20..986a2bd4e5a 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -24,6 +24,9 @@

Verfügbare Sprachen:  de  |  en 

+
Diese Übersetzung ist möglicherweise + nicht mehr aktuell. Bitte prüfen Sie die englische Version auf + die neuesten Änderungen.
Beschreibung:Ständig verfügbare Kernfunktionen des Apache HTTP Servers
Status:Core
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index f4f87f1bea2..75560f5ffa4 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -938,6 +938,21 @@ in case of an error ErrorDocument 403 "Sorry can't allow you access today"

+

Additionally, the special value default can be used + to specify Apache's simple hardcoded message. While not required + under normal circumstances, default will restore + Apache's simple hardcoded message for configurations that would + otherwise inherit an existing ErrorDocument.

+ +

+ ErrorDocument 404 /cgi-bin/bad_urls.pl

+ <Directory /web/docs>
+ + ErrorDocument 404 default
+
+ </Directory> +

+

Note that when you specify an ErrorDocument that points to a remote URL (ie. anything with a method such as http in front of it), Apache will send a redirect to the diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 59c4d771f8d..7191fa7c49c 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + +