From eeb8cb912f9ecdfb3a8587fcf392449f2413d088 Mon Sep 17 00:00:00 2001 From: Vincent Deffontaines Date: Sat, 27 Jun 2009 06:55:46 +0000 Subject: [PATCH] ErrorDocument may be used in .htaccess if AllowOverride is set "to Fileinfo" rather than "accordingly". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788930 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/custom-error.html.en | 38 +++++++++++++++++--------------- docs/manual/custom-error.xml | 36 +++++++++++++++--------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 971a052304..c41e144a7f 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -20,19 +20,20 @@

Available Languages:  en  |  es  | + fr  |  ja  |  ko  |  tr 

-

Additional functionality allows webmasters to configure the response +

Additional functionality allows webmasters to configure the response of Apache to some error or problem.

-

Customizable responses can be defined to be activated in the event of +

Customizable responses can be defined to be activated in the event of a server detected error or problem.

-

If a script crashes and produces a "500 Server Error" response, - then this response can be replaced with either some friendlier text or by +

If a script crashes and produces a "500 Server Error" response, + then this response can be replaced with either some friendlier text or by a redirection to another URL (local or external).