From: André Malo
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 fa166f9049..5232611808 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+