From: André Malo
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"
Beschreibung: Ständig verfügbare Kernfunktionen des Apache HTTP
Servers Status: Core
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 @@
-
+
+
+
+
+