Commit 9cd36b7f authored by Marc Slemko's avatar Marc Slemko
Browse files

Fix bogus URLs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78033 13f79535-47bb-0310-9956-ffa450edef68
parent f439e2c6
Loading
Loading
Loading
Loading
+3 −5
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.44 $ ($Date: 1997/04/26 12:21:14 $)
  $Revision: 1.45 $ ($Date: 1997/04/27 07:42:06 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main
@@ -30,7 +30,6 @@
<!--    - verify that the numbering matches up.                     -->
<!--  - Don't forget to include an HR tag after the last /P tag     -->
<!--    but before the /LI in an item.                              -->
  </P>
  <P>
  If you are reading a text-only version of this FAQ, you may find numbers
  enclosed in brackets (such as &quot;[12]&quot;).  These refer to the list of
@@ -356,7 +355,7 @@
    The default location of the error log is 
    <CODE>/usr/local/etc/httpd/logs/error_log</CODE>, but see the 
    <A
     HREF="http:../mod/core.html#errorlog"
     HREF="../mod/core.html#errorlog"
    ><SAMP>ErrorLog</SAMP></A>
    directive in your config files for the location on your server.
    </P>
@@ -671,7 +670,7 @@
  server's ability to provide language-specific document variants in
  response to a request.  This is documented quite thoroughly in the 
  <A
   HREF="http:../content-negotiation.html"
   HREF="../content-negotiation.html"
   REL="Help"
  >content negotiation</A>
  description page.
@@ -1062,7 +1061,6 @@
    This hurts performance and should only be used as a last resort.
   </LI>
  </UL>
  </P>
  <HR>
 </LI>
 <LI><A NAME="wheres-the-dump">