From 47fdbdb2f48388a90a2c97d35bf87dc94294e59a Mon Sep 17 00:00:00 2001
From: Marc Slemko
Date: Sat, 12 Apr 1997 03:40:38 +0000
Subject: [PATCH] Add another one... ErrorDocument 401.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77860 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/misc/FAQ.html | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html
index 8e1194e8fb..d4b8abbd08 100644
--- a/docs/manual/misc/FAQ.html
+++ b/docs/manual/misc/FAQ.html
@@ -8,7 +8,7 @@
Apache Server Frequently Asked Questions
-$Revision: 1.19 $ ($Date: 1997/04/11 04:27:04 $)
+$Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
The Questions
@@ -82,6 +82,7 @@ $Revision: 1.19 $ ($Date: 1997/04/11 04:27:04 $)
Can I use my /etc/passwd file
for Web page authentication?
+ ErrorDocument 401 does not work.
@@ -694,6 +695,16 @@ $Revision: 1.19 $ ($Date: 1997/04/11 04:27:04 $)
warranty, though, and you'll lose all accumulated UNIX guru points.
+
+ ErrorDocument 401 does not work.
+
+
+ You need to use it with a URL in the form "/foo/bar" and not one
+ with a method and hostname such as "http://host/foo/bar". See the
+ ErrorDocument documentation
+ for details. This was incorrectly documented in the past.
+
+
--
2.50.1