]> granicus.if.org Git - apache/commitdiff
Add another one... ErrorDocument 401.
authorMarc Slemko <marc@apache.org>
Sat, 12 Apr 1997 03:40:38 +0000 (03:40 +0000)
committerMarc Slemko <marc@apache.org>
Sat, 12 Apr 1997 03:40:38 +0000 (03:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77860 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 8e1194e8fb1efaad2350ab702f3770dfc9dcc39c..d4b8abbd08e080f9928f49a111aa015850a68dd6 100644 (file)
@@ -8,7 +8,7 @@
 <!--#include virtual="header.html" -->
 <H1>Apache Server Frequently Asked Questions</H1>
 <P>
-$Revision: 1.19 $ ($Date: 1997/04/11 04:27:04 $)
+$Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
 </P>
 <H2>The Questions</H2>
 <!-- Stuff to Add:                                                 -->
@@ -82,6 +82,7 @@ $Revision: 1.19 $ ($Date: 1997/04/11 04:27:04 $)
    <LI><A HREF="#passwdauth">Can I use my <SAMP>/etc/passwd</SAMP> file
     for Web page authentication?</A>
    </LI>
+   <LI><A HREF="#errordoc401"><SAMP>ErrorDocument 401</SAMP> does not work.</A>
   </OL>
  </LI>
 </UL>
@@ -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.
   </P>
   <HR>
+ <LI><A NAME="errordoc401">
+      <STRONG><SAMP>ErrorDocument 401</SAMP> does not work.</STRONG>
+     </A>
+  <P>
+  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
+  <A HREF="../mod/core.html#errordocument">ErrorDocument</A> documentation
+  for details.  This was incorrectly documented in the past.
+  </P>
+  <HR>
  </LI>
 </OL>
 <!--#include virtual="footer.html" -->