From: André Malo Date: Mon, 12 Jul 2004 22:18:46 +0000 (+0000) Subject: update transformation X-Git-Tag: STRIKER_2_0_51_RC1^2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b535d7fb97f42937533f9eb1ca42d70e0f411639;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104262 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@ - + + + + +