From: Daniel Gruno
Date: Fri, 13 Jul 2012 11:12:06 +0000 (+0000)
Subject: Add missing highlighting
X-Git-Tag: 2.5.0-alpha~6657
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea7de493b0722faa6fc9d6859b6e1dd455f2be0;p=thirdparty%2Fapache%2Fhttpd.git
Add missing highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361155 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml
index da6159396d1..6a8fd39bf52 100644
--- a/docs/manual/custom-error.xml
+++ b/docs/manual/custom-error.xml
@@ -145,12 +145,12 @@ ErrorDocument 401 /subscription/how_to_subscribe.html
caused it to be invoked. For instance, a Perl ErrorDocument
script might include the following:
-
- ...
+
+ ...
print "Content-type: text/html\n";
printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
...
-
+
If the script is dedicated to handling a particular error
condition, such as 404 Not Found
, it can
@@ -174,10 +174,10 @@ ErrorDocument 401 /subscription/how_to_subscribe.html
In your server configuration file, you'll see a line such as:
-
+
# Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf
-
+
Uncommenting this Include
line will enable this
feature, and provide language-negotiated error messages, based on