Commit f64f9c3b authored by Marc Slemko's avatar Marc Slemko
Browse files

Add another one... ErrorDocument 401.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77860 13f79535-47bb-0310-9956-ffa450edef68
parent daddee37
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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" -->