From 9ea7de493b0722faa6fc9d6859b6e1dd455f2be0 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Fri, 13 Jul 2012 11:12:06 +0000
Subject: [PATCH] Add missing highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361155 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/custom-error.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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
--
2.47.2